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


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

Property Value

The starting row index.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members