 | IDFColumnName Property |
Gets the name of this column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
SyntaxReadOnly Property Name As String
Get
property String^ Name {
String^ get ();
}
abstract Name : string with get
Property Value
String
RemarksThe 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