Click or drag to resize

DoubleMatrixTryGetColumnName Method

Tries to get the name of the specified column.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool TryGetColumnName(
	int columnIndex,
	out string columnName
)

Parameters

columnIndex
Type: SystemInt32
Index of the column whose name has to be retrieved.
columnName
Type: SystemString
The name of the specified column.

Return Value

Type: Boolean
true if a name is successfully found for the specified column; otherwise, false.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncolumnIndex is less than zero.
-or-
columnIndex is equal to or greater than NumberOfColumns.
See Also