RowCount Property (CalcArray)
Gets the number of rows in the array.
public abstract int RowCount {get;}
'Declaration
Public MustOverride ReadOnly Property RowCount As Integer
'Usage
Dim instance As CalcArray
Dim value As Integer
value = instance.RowCount