DoubleMatrixSetRowName Method

Sets the name of the specified row.

Definition

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

Parameters

rowIndex  Int32
the index of the row whose name is to be set.
rowName  String
The name of the row.

Exceptions

ArgumentNullExceptionrowName is null.
ArgumentOutOfRangeExceptionrowName is empty, or consists only of white-space characters, or is a string reserved for matrix sub-referencing.
-or-
rowIndex is less than zero.
-or-
rowIndex is equal to or greater than NumberOfRows.

See Also