Represents the position of the pane.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum PanePosition |
| Visual Basic |
|---|
Public Enumeration PanePosition |
Members
| Member name | Value | Description | |
|---|---|---|---|
| BottomRight | 0 | Bottom right pane. | |
| TopRight | 1 | Top right pane. | |
| BottomLeft | 2 | Bottom left pane. | |
| TopLeft | 3 | Top left pane. |