Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetSheetName Method
The zero based sheet index used to locate the IExcelWorksheet instance


In This Topic
    GetSheetName Method
    In This Topic
    Gets the name of the sheet.
    Syntax
    'Declaration
     
    Function GetSheetName( _
       ByVal sheet As Integer _
    ) As String
    'Usage
     
    Dim instance As IExcelWriter
    Dim sheet As Integer
    Dim value As String
     
    value = instance.GetSheetName(sheet)
    string GetSheetName( 
       int sheet
    )

    Parameters

    sheet
    The zero based sheet index used to locate the IExcelWorksheet instance

    Return Value

    The sheet name
    See Also