IncludePatterns Property

Applies To

Style Object.

Description

True if the style includes the Interior properties. Read-write.

See Also

IncludeAlignment Property, IncludeBorder Property, IncludeFont Property, IncludeNumber Property, IncludeProtection Property.

Example

This example sets the style attached to cell A1 on Sheet1 to include pattern format.


Worksheets("Sheet1").Range("A1").Style.IncludePatterns = True