Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.45 KB

Excel.XlPattern.md

File metadata and controls

40 lines (33 loc) · 1.45 KB
title api_name ms.assetid ms.date ms.localizationpriority
XlPattern enumeration (Excel)
Excel.XlPattern
e530d609-fe6b-d998-a5be-5d88828a22e7
06/08/2017
medium

XlPattern enumeration (Excel)

Specifies the interior pattern of a chart or interior object.

Name Value Description
xlPatternAutomatic -4105 Excel controls the pattern.
xlPatternChecker 9 Checkerboard.
xlPatternCrissCross 16 Criss-cross lines.
xlPatternDown -4121 Dark diagonal lines running from the upper-left to the lower-right.
xlPatternGray16 17 16% gray.
xlPatternGray25 -4124 25% gray.
xlPatternGray50 -4125 50% gray.
xlPatternGray75 -4126 75% gray.
xlPatternGray8 18 8% gray.
xlPatternGrid 15 Grid.
xlPatternHorizontal -4128 Dark horizontal lines.
xlPatternLightDown 13 Light diagonal lines running from the upper-left to the lower-right.
xlPatternLightHorizontal 11 Light horizontal lines.
xlPatternLightUp 14 Light diagonal lines running from the lower-left to the upper-right.
xlPatternLightVertical 12 Light vertical bars.
xlPatternNone -4142 No pattern.
xlPatternSemiGray75 10 75% dark gray.
xlPatternSolid 1 Solid color.
xlPatternUp -4162 Dark diagonal lines running from the lower-left to the upper-right.
xlPatternVertical -4166 Dark vertical bars.

[!includeSupport and feedback]