Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValuesArray Interface / RowCount Property


In This Topic
RowCount Property (IValuesArray)
In This Topic
Gets the row count of this IValuesArray.
Syntax
'Declaration
 
ReadOnly Property RowCount As Integer
 
'Usage
 
Dim instance As IValuesArray
Dim value As Integer
 
value = instance.RowCount

Property Value

An integer value represents the row count of this IValuesArray.
See Also