Table Suite
505
is last
True if the specified column or row is the last one in the table. Read-only.
nesting level
Returns the nesting level of the specified cells, columns, rows, or tables. Read-only.
The outermost table has a nesting level of 1. The nesting level of each successively nested table
is one higher than the previous table.
next column
Returns the next column in the table. Read-only.
preferred width
Returns or sets the preferred width (in points or as a percentage of the window width) for the
specified cells, columns, or table. Read/write.
If the preferred width type property is set to preferred width points, the preferred width property
returns or sets the width in points. If the preferred width type property is set to preferred width
percent, the preferred width property returns or sets the width as a percentage of the window
width.
preferred width type
Returns or sets the measurement unit to use for the preferred width of the specified cells,
columns, or table. Read/write.
Can be one of the following:
·
preferred width auto
·
preferred width percent
·
preferred width points
previous column
Returns the previous column. Read-only.
shading
Returns a
shading
object that refers to the shading formatting for the specified object. Read-
only.
width
Returns or sets the width (in points) of the specified object. Read/write.
Class: column options
Represents options that can be set for columns.
To return a column options object, use the column options property of the table class.
This example adjusts the width of the columns in the first table in the active document so that
they're equal.
distribute width column options of table 1 of active document