Columns

A collection of table columns.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

Column add ([at:LocationOptions=LocationOptions], reference:Varies Column Table, withProperties:Object)

Creates a new Column.

Parameter

Type

Description

at

LocationOptions

LocationOptions.AFTER

LocationOptions.AT_BEGINNING

LocationOptions.AT_END

LocationOptions.BEFORE

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.

Object of

Cell.columns

Table.columns

Column.columns

Row.columns