Click or drag to resize

DoubleMatrixColumnNames Property

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

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

Property Value

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