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

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

Syntax

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.MismatchedSizeException Thrown on set if the number of data frame column labels does not match the number of columns.

See Also