Class PanePosition
Define the position of active the pane. One of lower/right, upper/right, lower/left and upper/left.
Inheritance
System.Object
PanePosition
Namespace: IronXL.Options
Assembly: IronXL.dll
Syntax
public sealed class PanePosition : Enum
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 |