Pane

Overview

Pane is a class in Aspose.Cells FOSS for Python.

Represents pane (freeze/split) settings.

Properties

NameTypeAccessDescription
x_split``ReadHorizontal split position (column count or pixel position).
y_split``ReadVertical split position (row count or pixel position).
top_left_cell``ReadTop-left cell of bottom-right pane.
active_pane``ReadActive pane: ‘bottomLeft’, ‘bottomRight’, ’topLeft’, ’topRight’.
state``ReadPane state: ‘frozen’, ‘frozenSplit’, or ‘split’.
is_frozen``ReadReturns True if pane is frozen.

Methods

SignatureDescription
__init__()

See Also