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


In This Topic
Row Property (ExternalRangeExpression)
In This Topic
Gets the starting row coordinate of the range.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As ExternalRangeExpression
Dim value As Integer
 
value = instance.Row
See Also