Gets a string array of the row keys in this data frame.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public string[] StringRowKeys { get; }
Visual Basic (Declaration)
Public ReadOnly Property StringRowKeys As String()
Visual C++
public:
property array<String^>^ StringRowKeys {
	array<String^>^ get ();
}

See Also