Selection

Overview

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

Represents cell selection in a sheet view.

Properties

NameTypeAccessDescription
pane``ReadPane selection is in: ’topLeft’, ’topRight’, ‘bottomLeft’, ‘bottomRight’.
active_cell``ReadActive cell reference.
sqref``ReadSelected range (space-delimited for multiple ranges).

Methods

SignatureDescription
__init__()

See Also