Click or drag to resize

PaneValues Enumeration

Pane Types

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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