VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentEditor Class / RemoveSheet(XlsxDocumentSheet) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    RemoveSheet(XlsxDocumentSheet) Method (XlsxDocumentEditor)
    In This Topic
    Removes the sheet from document.
    Syntax
    'Declaration
    
    Public Sub RemoveSheet( _
    ByVal sheet
    The sheet to remove.
    As XlsxDocumentSheet _
    )
    public void RemoveSheet(
    XlsxDocumentSheet sheet
    )
    public: void RemoveSheet(
    XlsxDocumentSheet* sheet
    )
    public:
    void RemoveSheet(
    XlsxDocumentSheet^ sheet
    )

    Parameters

    sheet
    The sheet to remove.
    Exceptions
    ExceptionDescription
    Thrown if the specified sheet is not found.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also