Spread WPF 17
GrapeCity.Excel Namespace / IExcelLosslessWriter Interface / GetSheetType Method


In This Topic
    GetSheetType Method
    In This Topic
    Get the excel sheet type
    Syntax
    'Declaration
     
    Function GetSheetType( _
       ByVal sheetIndex As Integer _
    ) As ExcelSheetType
    'Usage
     
    Dim instance As IExcelLosslessWriter
    Dim sheetIndex As Integer
    Dim value As ExcelSheetType
     
    value = instance.GetSheetType(sheetIndex)
    ExcelSheetType GetSheetType( 
       int sheetIndex
    )

    Parameters

    sheetIndex
    See Also