Click or drag to resize

ComplexMatrixTryGetRowName Method

Tries to get the name of the specified row.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool TryGetRowName(
	int rowIndex,
	out string rowName
)

Parameters

rowIndex
Type: SystemInt32
Index of the row whose name has to be retrieved.
rowName
Type: SystemString
The name of the specified row.

Return Value

Type: Boolean
true if a name is successfully found for the specified row; otherwise, false.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionrowIndex is less than zero.
-or-
rowIndex is equal to or greater than NumberOfRows.
See Also