Class PanePosition
Define the position of active the pane. One of lower/right, upper/right, lower/left and upper/left.
Inheritance
Namespace: IronXL.Options
Assembly: IronXL.dll
Syntax
public sealed class PanePosition : Enum
PanePosition names which pane is active after a worksheet is split into frozen and scrolling regions. LowerRight is the scrolling data pane below and right of a freeze, the usual active region. LowerLeft and UpperRight are the partially frozen panes, and UpperLeft is the fully frozen corner. Choosing one sets where the cursor lands when the split view opens. The freeze panes how-to splits a sheet, and the freeze panes example shows it in code.
var active = PanePosition.LowerRight;Fields
LowerLeft
Refers to the lower/left corner
Declaration
public const PanePosition LowerLeft
Field Value
| Type | Description |
|---|---|
| PanePosition |
LowerRight
Refers to the lower/right corner
Declaration
public const PanePosition LowerRight
Field Value
| Type | Description |
|---|---|
| PanePosition |
UpperLeft
Refers to the upper/left corner
Declaration
public const PanePosition UpperLeft
Field Value
| Type | Description |
|---|---|
| PanePosition |
UpperRight
Refers to the upper/right corner
Declaration
public const PanePosition UpperRight
Field Value
| Type | Description |
|---|---|
| PanePosition |
value__
Declaration
public byte value__
Field Value
| Type | Description |
|---|---|
| System.Byte |