Gets the type of the objects held by this column.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public abstract Type ColumnType { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property ColumnType As Type |
| Visual C++ |
|---|
public: virtual property Type^ ColumnType { Type^ get () abstract; } |