IncludePatterns Property

Applies To

Style object.

Description

True if the style includes the Color, ColorIndex, InvertIfNegative, Pattern, PatternColor, and PatternColorIndex interior properties. Read/write Boolean.

See Also

Color property, ColorIndex property, IncludeAlignment property, IncludeBorder property, IncludeFont property, IncludeNumber property, IncludeProtection property, InvertIfNegative property, Pattern property, PatternColor property, PatternColorIndex property.

Example

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

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