PatternValues 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.
Pattern Type
public enum PatternValues
public readonly struct PatternValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.PatternValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.PatternValues>
type PatternValues =
type PatternValues = struct
interface IEnumValue
interface IEnumValueFactory<PatternValues>
Public Enum PatternValues
Public Structure PatternValues
Implements IEnumValue, IEnumValueFactory(Of PatternValues), IEquatable(Of PatternValues)
- Inheritance
-
PatternValues
- Inheritance
-
PatternValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. When the item is serialized out as xml, its value is "none". |
Solid | 1 | Solid. When the item is serialized out as xml, its value is "solid". |
MediumGray | 2 | Medium Gray. When the item is serialized out as xml, its value is "mediumGray". |
DarkGray | 3 | Dary Gray. When the item is serialized out as xml, its value is "darkGray". |
LightGray | 4 | Light Gray. When the item is serialized out as xml, its value is "lightGray". |
DarkHorizontal | 5 | Dark Horizontal. When the item is serialized out as xml, its value is "darkHorizontal". |
DarkVertical | 6 | Dark Vertical. When the item is serialized out as xml, its value is "darkVertical". |
DarkDown | 7 | Dark Down. When the item is serialized out as xml, its value is "darkDown". |
DarkUp | 8 | Dark Up. When the item is serialized out as xml, its value is "darkUp". |
DarkGrid | 9 | Dark Grid. When the item is serialized out as xml, its value is "darkGrid". |
DarkTrellis | 10 | Dark Trellis. When the item is serialized out as xml, its value is "darkTrellis". |
LightHorizontal | 11 | Light Horizontal. When the item is serialized out as xml, its value is "lightHorizontal". |
LightVertical | 12 | Light Vertical. When the item is serialized out as xml, its value is "lightVertical". |
LightDown | 13 | Light Down. When the item is serialized out as xml, its value is "lightDown". |
LightUp | 14 | Light Up. When the item is serialized out as xml, its value is "lightUp". |
LightGrid | 15 | Light Grid. When the item is serialized out as xml, its value is "lightGrid". |
LightTrellis | 16 | Light Trellis. When the item is serialized out as xml, its value is "lightTrellis". |
Gray125 | 17 | Gray 0.125. When the item is serialized out as xml, its value is "gray125". |
Gray0625 | 18 | Gray 0.0625. When the item is serialized out as xml, its value is "gray0625". |
DarkDown | Dark Down. When the item is serialized out as xml, its value is "darkDown". |
|
DarkGray | Dary Gray. When the item is serialized out as xml, its value is "darkGray". |
|
DarkGrid | Dark Grid. When the item is serialized out as xml, its value is "darkGrid". |
|
DarkHorizontal | Dark Horizontal. When the item is serialized out as xml, its value is "darkHorizontal". |
|
DarkTrellis | Dark Trellis. When the item is serialized out as xml, its value is "darkTrellis". |
|
DarkUp | Dark Up. When the item is serialized out as xml, its value is "darkUp". |
|
DarkVertical | Dark Vertical. When the item is serialized out as xml, its value is "darkVertical". |
|
Equality(PatternValues, PatternValues) | ||
Equals(Object) | ||
Equals(PatternValues) | ||
GetHashCode() | ||
Gray0625 | Gray 0.0625. When the item is serialized out as xml, its value is "gray0625". |
|
Gray125 | Gray 0.125. When the item is serialized out as xml, its value is "gray125". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PatternValues>.Create(String) | ||
Inequality(PatternValues, PatternValues) | ||
LightDown | Light Down. When the item is serialized out as xml, its value is "lightDown". |
|
LightGray | Light Gray. When the item is serialized out as xml, its value is "lightGray". |
|
LightGrid | Light Grid. When the item is serialized out as xml, its value is "lightGrid". |
|
LightHorizontal | Light Horizontal. When the item is serialized out as xml, its value is "lightHorizontal". |
|
LightTrellis | Light Trellis. When the item is serialized out as xml, its value is "lightTrellis". |
|
LightUp | Light Up. When the item is serialized out as xml, its value is "lightUp". |
|
LightVertical | Light Vertical. When the item is serialized out as xml, its value is "lightVertical". |
|
MediumGray | Medium Gray. When the item is serialized out as xml, its value is "mediumGray". |
|
None | None. When the item is serialized out as xml, its value is "none". |
|
PatternValues(String) | Creates a new PatternValues enum instance |
|
Solid | Solid. When the item is serialized out as xml, its value is "solid". |
|
ToString() |