PaneValues enumeration

Office 2013 and later

Pane Types

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
BottomRight Bottom Right Pane. When the item is serialized out as xml, its value is "bottomRight".
TopRight Top Right Pane. When the item is serialized out as xml, its value is "topRight".
BottomLeft Bottom Left Pane. When the item is serialized out as xml, its value is "bottomLeft".
TopLeft Top Left Pane. When the item is serialized out as xml, its value is "topLeft".
Show: