Columns definition

A Columns definition node specifies the width of each column in a table. The default setting equalizes widths for all columns in a table.
With a column definition you can specify individual widths in various units.

Properties per column

Name
Project script attribute
Description
Width (per column)
width
The width of the column (in units).

Project script node name

columns - column

Project script notes

In project script column definitions are specified using a columns element with nested column element.
Sample:
<columns>
 <column width="1in" />
</columns>
See also:
Table