'Declaration
Public Enum Pattern Inherits System.Enum
'Usage
Dim instance As Pattern
public enum Pattern : System.Enum
'Declaration
Public Enum Pattern Inherits System.Enum
'Usage
Dim instance As Pattern
public enum Pattern : System.Enum
Member | Description |
---|---|
Automatic | Pattern is determined automatically. |
Checker | Specifies a checker pattern. |
CrissCross | Specifies a criss-cross pattern. |
Down | Specifies a diagonal pattern running from top left to bottom right. |
Gray16 | Specifies a 16% pattern. |
Gray25 | Specifies a 25% pattern. |
Gray50 | Specifies a 50% pattern. |
Gray75 | Specifies a 75% pattern. |
Gray8 | Specifies an 8% pattern. |
Grid | Specifies a grid pattern. |
Horizontal | Specifies a horizontal pattern. |
LightDown | Specifies a light diagonal pattern running from top left to bottom right. |
LightHorizontal | Specifies a light horizontal pattern. |
LightUp | Specifies a light diagonal pattern running from bottom left to top right. |
LightVertical | Specifies a light vertical pattern. |
LinearGradient | Specifies a linear gradient. |
None | Specifies a transparent pattern. |
RectangularGradient | Specifies a rectangular gradient. |
SemiGray75 | Specifies a 75% pattern. |
Solid | Specifies a solid background with no pattern. |
Up | Specifies a diagonal pattern running from bottom left to top right. |
Vertical | Specifies a vertical pattern. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Pattern
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2