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