DoubleMatrixColumnNames Property
Exposes the dictionary of column names, keyed by column indexes.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public ReadOnlyDictionary<int, string> ColumnNames { get; }
Public ReadOnly Property ColumnNames As ReadOnlyDictionary(Of Integer, String)
Get
public:
property ReadOnlyDictionary<int, String^>^ ColumnNames {
ReadOnlyDictionary<int, String^>^ get ();
}
member ColumnNames : ReadOnlyDictionary<int, string> with get
Property Value
ReadOnlyDictionaryInt32,
StringThe read only collection of column index/name pairs.
If no column has a name, the collection is empty.