Gets and sets the header for the row keys in this data frame.

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

Syntax

C#
public string RowKeyHeader { get; set; }
Visual Basic (Declaration)
Public Property RowKeyHeader As String
Visual C++
public:
property String^ RowKeyHeader {
	String^ get ();
	void set (String^ value);
}

Remarks

Default row key header is "#".

See Also