Click or drag to resize

PaneValues Enumeration

Pane Types

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 PaneValues
Members
Member nameValueDescription
BottomRight0 Bottom Right Pane.

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

TopRight1 Top Right Pane.

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

BottomLeft2 Bottom Left Pane.

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

TopLeft3 Top Left Pane.

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

See Also