PaneValues Enumeration
Pane Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PaneValues
'Usage
Dim instance As PaneValues
public enum PaneValues
Members
Member name | Description | |
---|---|---|
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". |