Table.Style Property
Word Developer Reference |
Returns or sets the style for the specified table. Read/write Variant.
Syntax
expression.Style
expression Required. A variable that represents a Table object.
Remarks
To set this property, you can specify the local name of the style, an integer, a WdBuiltinStyle constant, or a TableStyle object that contains the desired formatting for the table.
See Also