FillFormat.PresetTextured Method
Excel Developer Reference |
Sets the specified fill format to a preset texture.
Syntax
expression.PresetTextured(PresetTexture)
expression A variable that represents a FillFormat object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
PresetTexture | Required | MsoPresetTexture | The type of texture to apply. |
Example
This example sets the fill format for chart two to the same style used for chart one.
Visual Basic for Applications |
---|
|
See Also