Represents the position of the pane.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public enum PanePosition
Visual Basic
Public Enumeration PanePosition

Members

Member nameValueDescription
BottomRight0 Bottom right pane.
TopRight1 Top right pane.
BottomLeft2 Bottom left pane.
TopLeft3 Top left pane.

See Also