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