Click or drag to resize

DoubleMatrixRowName Property

Gets the name of the DoubleMatrixRow.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public string Name { get; }

Property Value

Type: String
The row name.
Remarks

A DoubleMatrixRow instance represents a row of a DoubleMatrix. More thoroughly, since each DoubleMatrixRow is an item in a DoubleMatrixRowCollection, such matrix can be inspected by getting the Matrix property of the given collection.

This property returns the name eventually set to the row of Matrix having the corresponding Index; otherwise null.

See Also