Gets or sets the column index of the data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<C> ColumnIndex { get; set; }
Public Property ColumnIndex As Index(Of C)
Get
Set
public:
property Index<C>^ ColumnIndex {
Index<C>^ get ();
void set (Index<C>^ value);
}
member ColumnIndex : Index<'C> with get, set
Property Value
Type:
IndexC
When setting the column index, the length of the new index must be the same
as the number of columns in the data frame. Otherwise a
DimensionMismatchException is thrown.
Reference