Spread WPF 17
GrapeCity.Excel Namespace / ExcelRow Class / Index Property


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

    Property Value

    The index of the row
    See Also