Columns.Width Property
Word Developer Reference |
Returns or sets the width of the specified columns, in points. Read/write Long.
Syntax
expression.Width
expression A variable that represents a Columns collection.
Example
This example creates a 5x5 table in a new document and then sets the width of all the columns in the table to 1.5 inches.
Visual Basic for Applications |
---|
|
See Also