Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Index Property


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

    Property Value

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