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