Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / RangeExpression Class / RowCount Property


In This Topic
RowCount Property (RangeExpression)
In This Topic
Gets the number of rows in the range.
Syntax
'Declaration
 
Public Overrides ReadOnly Property RowCount As Integer
 
'Usage
 
Dim instance As RangeExpression
Dim value As Integer
 
value = instance.RowCount
See Also