Border.Visible Property
Word Developer Reference |
True if the specified object is visible. Read/write Boolean.
Syntax
expression.Visible
expression Required. A variable that represents a Border object.
Remarks
For any object, some methods and properties may be unavailable if the Visible property is False.
Example
This example creates a table in the active document and removes the default borders from the table.
Visual Basic for Applications |
---|
|
See Also