PatternValues Enumeration
Pattern Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PatternValues
'Usage
Dim instance As PatternValues
public enum PatternValues
Members
Member name | Description | |
---|---|---|
None | None. When the item is serialized out as xml, its value is "none". | |
Solid | Solid. When the item is serialized out as xml, its value is "solid". | |
MediumGray | Medium Gray. When the item is serialized out as xml, its value is "mediumGray". | |
DarkGray | Dary Gray. When the item is serialized out as xml, its value is "darkGray". | |
LightGray | Light Gray. When the item is serialized out as xml, its value is "lightGray". | |
DarkHorizontal | Dark Horizontal. When the item is serialized out as xml, its value is "darkHorizontal". | |
DarkVertical | Dark Vertical. When the item is serialized out as xml, its value is "darkVertical". | |
DarkDown | Dark Down. When the item is serialized out as xml, its value is "darkDown". | |
DarkUp | Dark Up. When the item is serialized out as xml, its value is "darkUp". | |
DarkGrid | Dark Grid. When the item is serialized out as xml, its value is "darkGrid". | |
DarkTrellis | Dark Trellis. When the item is serialized out as xml, its value is "darkTrellis". | |
LightHorizontal | Light Horizontal. When the item is serialized out as xml, its value is "lightHorizontal". | |
LightVertical | Light Vertical. When the item is serialized out as xml, its value is "lightVertical". | |
LightDown | Light Down. When the item is serialized out as xml, its value is "lightDown". | |
LightUp | Light Up. When the item is serialized out as xml, its value is "lightUp". | |
LightGrid | Light Grid. When the item is serialized out as xml, its value is "lightGrid". | |
LightTrellis | Light Trellis. When the item is serialized out as xml, its value is "lightTrellis". | |
Gray125 | Gray 0.125. When the item is serialized out as xml, its value is "gray125". | |
Gray0625 | Gray 0.0625. When the item is serialized out as xml, its value is "gray0625". |