Selection

Overview

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

Represents cell selection in a sheet view.

This class provides 1 method for working with Selection 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_cell, pane, sqref.

Properties

NameTypeAccessDescription
pane``Read/WritePane selection is in: ’topLeft’, ’topRight’, ‘bottomLeft’, ‘bottomRight’.
active_cell``Read/WriteActive cell reference.
sqref``Read/WriteSelected range (space-delimited for multiple ranges).

Methods

SignatureDescription
__init__()

See Also