Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelSheetInfo Interface / SheetIndex Property


In This Topic
    SheetIndex Property (IExportExcelSheetInfo)
    In This Topic
    Gets the index of SheetView.
    Syntax
    'Declaration
     
    
    ReadOnly Property SheetIndex As Integer
    'Usage
     
    
    Dim instance As IExportExcelSheetInfo
    Dim value As Integer
     
    value = instance.SheetIndex
    int SheetIndex {get;}
    See Also