Click or drag to resize

DoubleMatrixSetColumnName Method

Sets the name of the specified column.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public void SetColumnName(
	int columnIndex,
	string columnName
)

Parameters

columnIndex
Type: SystemInt32
the index of the column whose name is to be set.
columnName
Type: SystemString
The name of the column.
Exceptions
ExceptionCondition
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