Enum ePanePosition
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
The position of the pane.
public enum ePanePosition
Fields
BottomLeft = 0
Bottom Left Pane. Used when worksheet view has both vertical and horizontal splits. Also used when the worksheet is horizontaly split only, specifying this is the bottom pane.
BottomRight = 1
Bottom Right Pane. This property is only used when the worksheet has both vertical and horizontal splits.
TopLeft = 2
Top Left Pane. Used when worksheet view has both vertical and horizontal splits. Also used when the worksheet is horizontaly split only, specifying this is the top pane.
TopRight = 3
Top Right Pane Used when the worksheet view has both vertical and horizontal splits. Also used when the worksheet is verticaly split only, specifying this is the right pane.