VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / SpreadsheetDocumentEditor Class / AddWorksheet Methods / AddWorksheet(String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddWorksheet(String) Method (SpreadsheetDocumentEditor)
    In This Topic
    Adds new worksheet.
    Syntax
    'Declaration
    
    Public Overloads Function AddWorksheet( _
    ByVal name
    The worksheet name.
    As System.String _
    ) As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet
    public: Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* AddWorksheet(
    System.String name
    )

    Parameters

    name
    The worksheet name.

    Return Value

    The added worksheet.
    Exceptions
    ExceptionDescription
    Thrown if the worksheet with specified name exists.
    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