Enum ePanePosition
The position of the pane.
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum ePanePosition
  Fields
| Name | Description | 
|---|---|
| BottomLeft | 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 | Bottom Right Pane. This property is only used when the worksheet has both vertical and horizontal splits.  | 
      
| TopLeft | 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 | 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.  |