Gets the type of the objects held by this column.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
Type ColumnType { get; }
Visual Basic (Declaration)
ReadOnly Property ColumnType As Type
Visual C++
property Type^ ColumnType {
	Type^ get ();
}

See Also