Syntax

expression.IncludePatterns

expression A variable that represents a Style object.

Example

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

Visual Basic for Applications
Worksheets("Sheet1").Range("A1").Style.IncludePatterns = True
include patterns Include patterns in a style. Include Patterns Property IncludePattern IncludePattern Property includepatterns includepatterns property Switch off patterns in a style.

See also: