GrapeCity.Xaml.SpreadSheet.Data
CurrentRowIndex Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > CellsEnumerator Class : CurrentRowIndex Property
Gets the index of the current row.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public ReadOnly Property CurrentRowIndex As Integer
'Usage
 
Dim instance As CellsEnumerator
Dim value As Integer
 
value = instance.CurrentRowIndex
[DefaultValue()]
public int CurrentRowIndex {get;}

Property Value

The index of the current row.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members