Gets the name of this column.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public string Name { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Name As String |
| Visual C++ |
|---|
public: virtual property String^ Name { String^ get () sealed; } |
Implements
IDFColumn..::.Name
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.