Gets the number of rows in the data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int RowCount { get; }
Public ReadOnly Property RowCount As Integer
Get
public:
virtual property int RowCount {
int get () sealed;
}
abstract RowCount : int with get
override RowCount : int with get
Property Value
Type:
Int32Implements
IDataFrameRowCount
Reference