  | DataFrameStringRowKeys Property | 
            Gets a string array of the row keys in this data frame.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic string[] StringRowKeys { get; }Public ReadOnly Property StringRowKeys As String()
	Get
public:
property array<String^>^ StringRowKeys {
	array<String^>^ get ();
}member StringRowKeys : string[] with get
Property Value
String
See Also