XlPattern Enumeration
Specifies the interior pattern of a chart or interior object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlPattern
'Usage
Dim instance As XlPattern
public enum XlPattern
Members
Member name | Description | |
---|---|---|
xlPatternAutomatic | Excel controls the pattern. | |
xlPatternChecker | Checkerboard. | |
xlPatternCrissCross | Criss-cross lines. | |
xlPatternDown | Dark diagonal lines running from the upper left to the lower right. | |
xlPatternGray16 | 16% gray. | |
xlPatternGray25 | 25% gray. | |
xlPatternGray50 | 50% gray. | |
xlPatternGray75 | 75% gray. | |
xlPatternGray8 | 8% gray. | |
xlPatternGrid | Grid. | |
xlPatternHorizontal | Dark horizontal lines. | |
xlPatternLightDown | Light diagonal lines running from the upper left to the lower right. | |
xlPatternLightHorizontal | Light horizontal lines. | |
xlPatternLightUp | Light diagonal lines running from the lower left to the upper right. | |
xlPatternLightVertical | Light vertical bars. | |
xlPatternNone | No pattern. | |
xlPatternSemiGray75 | 75% dark moiré. | |
xlPatternSolid | Solid color. | |
xlPatternUp | Dark diagonal lines running from the lower left to the upper right. | |
xlPatternVertical | Dark vertical bars. | |
xlPatternLinearGradient | ||
xlPatternRectangularGradient |