Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISheet Interface / Index Property


In This Topic
    Index Property (ISheet)
    In This Topic
    Gets an integer value that represents the index number of the sheet within the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As ISheet
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}
    See Also