Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetTab Class / SheetIndex Property


In This Topic
    SheetIndex Property
    In This Topic
    Gets the sheet index.
    Syntax
    'Declaration
     
    Public ReadOnly Property SheetIndex As Integer
    'Usage
     
    Dim instance As SheetTab
    Dim value As Integer
     
    value = instance.SheetIndex
    public int SheetIndex {get;}
    See Also