Border.Color Property
Word Developer Reference |
Returns or sets the 24-bit color for the specified Border object.
Syntax
expression.Color
expression Required. A variable that represents a Border object.
Remarks
This property can be any valid WdColor constant or a value returned by Visual Basic's RGB function.
Example
This example adds a dotted indigo border around each cell in the first table.
Visual Basic for Applications |
---|
|
See Also