Spread Windows Forms 12.0 Product Documentation
RowCount Property (IValuesArray)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValuesArray Interface : RowCount Property
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
int RowCount {get;}

Property Value

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

Reference

IValuesArray Interface
IValuesArray Members