Spread WPF 17
GrapeCity.Excel Namespace / IExcelRow Interface / Index Property


In This Topic
    Index Property (IExcelRow)
    In This Topic
    Gets zero-based index of the row.
    Syntax
    'Declaration
     
    ReadOnly Property Index As Integer
    'Usage
     
    Dim instance As IExcelRow
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}

    Property Value

    The index of the row
    See Also