TableStyleElement.Borders Property
Returns a Borders collection that represents the borders of a table style element. Read-only.
Version Information
Version Added: Excel
Syntax
expression.Borders
expression A variable that represents a TableStyleElement object.
Example
This example sets the color of the top border of a table to red.
| Visual Basic for Applications |
|---|
|