Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / Row Property


In This Topic
Row Property (RangeReference)
In This Topic
Gets the index of the top row.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As RangeReference
Dim value As Integer
 
value = instance.Row

Property Value

An integer represents the index of the top row.
See Also