Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Index Property


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