Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 902 Bytes

Excel.Style.IncludePatterns.md

File metadata and controls

37 lines (22 loc) · 902 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Style.IncludePatterns property (Excel)
vbaxl10.chm177084
vbaxl10.chm177084
Excel.Style.IncludePatterns
edb7e87f-20d2-2bea-b2e8-83ffab749e3e
05/16/2019
medium

Style.IncludePatterns property (Excel)

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

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.

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

[!includeSupport and feedback]