Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellsEnumerator Class / CurrentRowIndex Property


In This Topic
    CurrentRowIndex Property
    In This Topic
    Gets the index of the current row.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public ReadOnly Property CurrentRowIndex As Integer
    'Usage
     
    Dim instance As CellsEnumerator
    Dim value As Integer
     
    value = instance.CurrentRowIndex
    [DefaultValue(-1)]
    public int CurrentRowIndex {get;}

    Property Value

    The index of the current row.
    See Also