Class
A collection of table columns.
add, count
Columns
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Column add ([at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
any][, withProperties:
Object])
Creates a new Column.
Parameter | Type | Description |
---|---|---|
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The location of the new Column relative to the reference object or within the table. (Optional) (default: LocationOptions.UNKNOWN) |
reference | Column Table | The reference object. Note: Required when the at parameter value specifies before or after. Can accept: Column or Table. (Optional) |
withProperties | Object | Initial values for properties of the new Column (Optional) |
number count ()
Displays the number of elements in the Column.
Element of
Cell.columns
Column.columns
Row.columns
Table.columns
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |