Table Suite
501
Table Suite
Classes..........................................................................................................................................................................501
Commands ..................................................................................................................................................................514
Classes
cell ................................................................................................................................................................................501
column .........................................................................................................................................................................504
column options ...........................................................................................................................................................505
row ...............................................................................................................................................................................506
row options .................................................................................................................................................................508
table..............................................................................................................................................................................511
Class: cell
Plural
cells
Elements
table
Represents a single table cell.
To return a cell object, use cell column number of row row number, where column number is the
column number and row number is the row number of the cell.
The following example applies shading to the second cell in the first row.
set myCell to cell 2 of row 1 of table 1 of active document
set texture of shading of myCell to texture20 percent
The following example applies shading to the first cell in the first row.
set texture of shading of cell 1 of row 1 of table 1 of active document ¬
to texture20 percent
To insert new cells, use the
insert cells
command.
To add a row or column of cells, use the
insert rows
or the
insert columns
command.
Properties
border options
Returns a
border options
object that represents all the borders for the specified object. Read-
only.