Pattern Property

Applies To

Interior Object.

Description

Returns or sets the pattern of the interior. Read-write.

Remarks

This property can have one of the these values: xlAutomatic, xlChecker, xlCrissCross, xlDown, xlGray16, xlGray25, xlGray50, xlGray75, xlGray8, xlGrid, xlHorizontal, xlLightDown, xlLightHorizontal, xlLightUp, xlLightVertical, xlNone, xlSemiGray75, xlSolid, xlUp, or xlVertical.

See Also

PatternColor Property.

Example

This example adds a crisscross pattern to the interior of cell A1 on Sheet1.


Worksheets("Sheet1").Range("A1").Interior.Pattern = xlCrissCross