Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelSheetInfo1 Interface / SheetIndex Property


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