Click or drag to resize

DoubleMatrixRowNames Property

Exposes the dictionary of row names, keyed by row indexes.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ReadOnlyDictionary<int, string> RowNames { get; }

Property Value

Type: ReadOnlyDictionaryInt32, String
The read only collection of row index/name pairs.
Remarks
If no row has a name, the collection is empty.
See Also