Column

A column in a table is a selectable vertical collection of cells, and inherits the properties of the range class. The properties specific to column class, are its address, name, and width.

column[ inherits range ]: A column of cells in a table.

elements

contained by ranges.

properties

addressinteger, r/o ) : The column’s index in the table (e.g., the second column has address 2).

nametext, r/o ) : The column’s display name (e.g., the second column has name B).

widthreal, r/o ) : The width of the column.

responds to

remove

TOP | CONTINUE