Gets the row index of the data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<R> RowIndex { get; }
Public ReadOnly Property RowIndex As Index(Of R)
Get
public:
property Index<R>^ RowIndex {
Index<R>^ get ();
}
member RowIndex : Index<'R> with get
Property Value
Type:
IndexR
Reference