Click or drag to resize

DataFrameColumnHeaders Property

Gets and sets the array of column labels in this data frame.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public string[] ColumnHeaders { get; set; }

Property Value

String
Exceptions
ExceptionCondition
MismatchedSizeException Thrown on set if the number of data frame column labels does not match the number of columns.
See Also