... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Table Suite
506
Properties
border options
Returns a
border options
object that represents all the borders for the specified object. Read-
only.
default width
Returns or sets the default width (in points) of columns in the specified table. Read/write.
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
shading
Returns a
shading
object that refers to the shading formatting for the specified object. Read-
only.
Class: row
Plural
rows
Elements
cell
Represents a row in a table.
Use row index, where index is the index number, to return a single row object. The index number
represents the position of the row in the selection, range, or table. The following example deletes the
first row in the first table in the active document.
delete row 1 of table 1 of active document
To add a row to a table, use the
insert rows
command.
Summary :
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.
Tags :
table,row,returns,object,points,sets,specified,property,index,type,represents,columns,shading