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)

Usage

Dim xlPattern1 As XlPattern = XlPattern.xlPatternAutomatic

Syntax

Public Enum XlPattern
public enum XlPattern
public enum class XlPattern
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace