Pane
Overview
Pane is a class in Aspose.Cells FOSS for Python.
Represents pane (freeze/split) settings.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x_split | `` | Read | Horizontal split position (column count or pixel position). |
y_split | `` | Read | Vertical split position (row count or pixel position). |
top_left_cell | `` | Read | Top-left cell of bottom-right pane. |
active_pane | `` | Read | Active pane: ‘bottomLeft’, ‘bottomRight’, ’topLeft’, ’topRight’. |
state | `` | Read | Pane state: ‘frozen’, ‘frozenSplit’, or ‘split’. |
is_frozen | `` | Read | Returns True if pane is frozen. |
Methods
| Signature | Description |
|---|---|
__init__() |