Click or drag to resize

DFColumn(String) Constructor

Constructs a DFColumn instance with the given name.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected DFColumn(
	string name
)

Parameters

name  String
The name of the column.
Remarks
Once a DFColumn instance is constructed, the name cannot be changed. For a modifiable property, see Label.
See Also