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