Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IMatrixData Interface / RowCount Property


In This Topic
RowCount Property (IMatrixData)
In This Topic
Gets the data row count.
Syntax
'Declaration
 
ReadOnly Property RowCount As Integer
 
'Usage
 
Dim instance As IMatrixData
Dim value As Integer
 
value = instance.RowCount
See Also