Spread Silverlight Documentation
CurrentRowIndex Property


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

Property Value

The index of the current row.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members