FillFormat.Patterned Method
Excel Developer Reference |
Sets the specified fill to a pattern.
Syntax
expression.Patterned(Pattern)
expression A variable that represents a FillFormat object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Pattern | Required | MsoPatternType | The type of pattern. |
See Also