GrapeCity.Xaml.SpreadSheet.Data
RowEnd Property (CellsEnumerator)


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

Property Value

The ending row index.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members