Click or drag to resize

ComplexMatrixRowName Property

Gets the name of the ComplexMatrixRow.

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 ComplexMatrixRow instance represents a row of a ComplexMatrix. More thoroughly, since each ComplexMatrixRow is an item in a ComplexMatrixRowCollection, 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