Click or drag to resize

IDFColumnName Property

Gets the name of this column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
string Name { get; }

Property Value

String
Remarks
The name of a column can only be set in a constructor. Once a column is constructed, the name cannot be changed. For a modifiable label, see the Label property.
See Also