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

NameTypeAccessDescription
x_split``Read/WriteHorizontal split position (column count or pixel position).
y_split``Read/WriteVertical split position (row count or pixel position).
top_left_cell``Read/WriteTop-left cell of bottom-right pane.
active_pane``Read/WriteActive pane: ‘bottomLeft’, ‘bottomRight’, ’topLeft’, ’topRight’.
state``Read/WritePane state: ‘frozen’, ‘frozenSplit’, or ‘split’.
is_frozen``ReadReturns True if pane is frozen.

Methods

SignatureDescription
__init__()

See Also