XlPattern Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the interior pattern of a chart or interior object.
public enum class XlPattern
public enum XlPattern
type XlPattern =
Public Enum XlPattern
- Inheritance
-
XlPattern
Fields
Name | Value | Description |
---|---|---|
xlPatternVertical | -4166 | Dark vertical bars. |
xlPatternUp | -4162 | Dark diagonal lines running from the lower left to the upper right. |
xlPatternNone | -4142 | No pattern. |
xlPatternHorizontal | -4128 | Dark horizontal lines. |
xlPatternGray75 | -4126 | 75% gray. |
xlPatternGray50 | -4125 | 50% gray. |
xlPatternGray25 | -4124 | 25% gray. |
xlPatternDown | -4121 | Dark diagonal lines running from the upper left to the lower right. |
xlPatternAutomatic | -4105 | Word controls the pattern. |
xlPatternSolid | 1 | Solid color. |
xlPatternChecker | 9 | Checkerboard. |
xlPatternSemiGray75 | 10 | 75% dark moiré. |
xlPatternLightHorizontal | 11 | Light horizontal lines. |
xlPatternLightVertical | 12 | Light vertical bars. |
xlPatternLightDown | 13 | Light diagonal lines running from the upper left to the lower right. |
xlPatternLightUp | 14 | Light diagonal lines running from the lower left to the upper right. |
xlPatternGrid | 15 | Grid. |
xlPatternCrissCross | 16 | Criss-cross lines. |
xlPatternGray16 | 17 | 16% gray. |
xlPatternGray8 | 18 | 8% gray. |
xlPatternLinearGradient | 4000 | Linear gradient. |
xlPatternRectangularGradient | 4001 | Rectangular gradient. |