Pane
Overview
Pane is a class in Aspose.Cells FOSS for Python.
Represents pane (freeze/split) settings.
This class provides 1 method for working with Pane objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: active_pane, is_frozen, state, top_left_cell, x_split, y_split.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x_split | `` | Read/Write | Horizontal split position (column count or pixel position). |
y_split | `` | Read/Write | Vertical split position (row count or pixel position). |
top_left_cell | `` | Read/Write | Top-left cell of bottom-right pane. |
active_pane | `` | Read/Write | Active pane: ‘bottomLeft’, ‘bottomRight’, ’topLeft’, ’topRight’. |
state | `` | Read/Write | Pane state: ‘frozen’, ‘frozenSplit’, or ‘split’. |
is_frozen | `` | Read | Returns True if pane is frozen. |
Methods
| Signature | Description |
|---|---|
__init__() |