Spread Silverlight Documentation
RowEnd Property (CellsEnumerator)


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

Property Value

The ending row index.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members