DoubleMatrixSetColumnName Method

Sets the name of the specified column.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public void SetColumnName(
	int columnIndex,
	string columnName
)

Parameters

columnIndex  Int32
the index of the column whose name is to be set.
columnName  String
The name of the column.

Exceptions

ArgumentNullExceptioncolumnName is null.
ArgumentOutOfRangeExceptioncolumnName is empty, or consists only of white-space characters, or is a string reserved for matrix sub-referencing.
-or-
columnIndex is less than zero.
-or-
columnIndex is equal to or greater than NumberOfColumns.

See Also