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


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