DoubleMatrixTryGetRowName Method

Tries to get the name of the specified row.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public bool TryGetRowName(
	int rowIndex,
	out string rowName
)

Parameters

rowIndex  Int32
Index of the row whose name has to be retrieved.
rowName  String
The name of the specified row.

Return Value

Boolean
true if a name is successfully found for the specified row; otherwise, false.

Exceptions

ArgumentOutOfRangeExceptionrowIndex is less than zero.
-or-
rowIndex is equal to or greater than NumberOfRows.

See Also