ChartFillFormat.Solid Method
Sets the specified fill to a uniform color. Use this method to convert a gradient, textured, patterned, or background fill back to a solid fill.
Syntax
expression.Solid
expression A variable that represents a ChartFillFormat object.
Example
This example converts all fills on myDocument to uniform red fills.
| Visual Basic for Applications |
|---|
|