Gets or sets the column index of the data frame.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 5.x
Reference