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


In This Topic
Row Property (ExternalCellExpression)
In This Topic
Gets the row index of the cell.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As ExternalCellExpression
Dim value As Integer
 
value = instance.Row
See Also