Click or drag to resize

PatternValues Enumeration

Pattern Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum PatternValues
Members
Member nameValueDescription
None0 None.

When the item is serialized out as xml, its value is "none".

Solid1 Solid.

When the item is serialized out as xml, its value is "solid".

MediumGray2 Medium Gray.

When the item is serialized out as xml, its value is "mediumGray".

DarkGray3 Dary Gray.

When the item is serialized out as xml, its value is "darkGray".

LightGray4 Light Gray.

When the item is serialized out as xml, its value is "lightGray".

DarkHorizontal5 Dark Horizontal.

When the item is serialized out as xml, its value is "darkHorizontal".

DarkVertical6 Dark Vertical.

When the item is serialized out as xml, its value is "darkVertical".

DarkDown7 Dark Down.

When the item is serialized out as xml, its value is "darkDown".

DarkUp8 Dark Up.

When the item is serialized out as xml, its value is "darkUp".

DarkGrid9 Dark Grid.

When the item is serialized out as xml, its value is "darkGrid".

DarkTrellis10 Dark Trellis.

When the item is serialized out as xml, its value is "darkTrellis".

LightHorizontal11 Light Horizontal.

When the item is serialized out as xml, its value is "lightHorizontal".

LightVertical12 Light Vertical.

When the item is serialized out as xml, its value is "lightVertical".

LightDown13 Light Down.

When the item is serialized out as xml, its value is "lightDown".

LightUp14 Light Up.

When the item is serialized out as xml, its value is "lightUp".

LightGrid15 Light Grid.

When the item is serialized out as xml, its value is "lightGrid".

LightTrellis16 Light Trellis.

When the item is serialized out as xml, its value is "lightTrellis".

Gray12517 Gray 0.125.

When the item is serialized out as xml, its value is "gray125".

Gray062518 Gray 0.0625.

When the item is serialized out as xml, its value is "gray0625".

See Also