Shading.BackgroundPatternColorIndex Property
Word Developer Reference |
Returns or sets the color that's applied to the background of the Shading object. Read/write WdColorIndex.
Syntax
expression.BackgroundPatternColorIndex
expression Required. A variable that represents a Shading object.
Example
This example applies cyan background shading to the first paragraph in the active document.
Visual Basic for Applications |
---|
|
This example adds a table at the insertion point and then applies light gray background shading to the first cell.
Visual Basic for Applications |
---|
|
See Also