DataFrame<R, C>.RowIndex Property

Gets the row index of the data frame.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Index<R> RowIndex { get; }

Property Value

Index<R>

See Also