Type property
Specifies the type of a column.
Syntax
Set: Column.setType(sDataType)
Get: sDataType = Column.getType
Applies to
Column object.
Data type
String. The sDataType value is a String object that specifies the type of the column. The possible values are:
Usage
This property specifies the type of a column.
Example
Topic title of example topic
See also
Topic 1
Topic 2