Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Index Property


In This Topic
    Index Property (IWorksheet)
    In This Topic
    Gets the index number of the worksheet within the collection of worksheets.
    Syntax
    'Declaration
     
    
    ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}

    Property Value

    The index number of the worksheet within the collection of worksheets.
    See Also