ConditionalStyle Object
Word Developer Reference |
Represents special formatting applied to specified areas of a table when the selected table is formatted with a specified table style.
Remarks
Use the Condition method of the TableStyle object to return a ConditionalStyle object. The Shading property can be used to apply shading to specified areas of a table. This example selects the first table in the active document and applies shading to alternate rows and columns. This example assumes that there is a table in the active document and that it is formatted using the Table Grid style.
Visual Basic for Applications |
---|
|
Use the Borders property to apply borders to specified areas of a table. This example selects the first table in the active document and applies borders to the first and last row and first column. This example assumes that there is a table in the active document and that it is formatted using the Table Grid style.
Visual Basic for Applications |
---|
|
See Also