Borders.JoinBorders Property
Word Developer Reference |
True if vertical borders at the edges of paragraphs and tables are removed so that the horizontal borders can connect to the page border. Read/write Boolean.
Syntax
expression.JoinBorders
expression An expression that returns a Borders object.
Example
This example adds a border around each page in the first section of the selection. The example also removes the horizontal borders at the edges of tables and paragraphs, thus connecting the horizontal borders to the page border.
Visual Basic for Applications |
---|
|
See Also