Click or drag to resize

ComplexMatrixSetRowName Method

Sets the name of the specified row.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public void SetRowName(
	int rowIndex,
	string rowName
)

Parameters

rowIndex
Type: SystemInt32
the index of the row whose name is to be set.
rowName
Type: SystemString
The name of the row.
Exceptions
ExceptionCondition
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