Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcReference Class / Row Property


In This Topic
Row Property (CalcReference)
In This Topic
Gets the index of the first row in the cell or range reference.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As CalcReference
Dim value As Integer
 
value = instance.Row
See Also