Click or drag to resize

DoubleMatrixRemoveColumnName Method

Removes the name of the specified column.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool RemoveColumnName(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
The index of the column whose name has to be removed.

Return Value

Type: Boolean
true if the name is successfully found and removed; otherwise, false. This method returns false if there is no name in the current instance for the column whose index is equal to columnIndex.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncolumnIndex is less than zero.
-or-
columnIndex is equal to or greater than NumberOfColumns.
See Also