Selection
Selection
Overview
Selection 是Python的Aspose.Cells FOSS中的一个类.
表示表格中单元组选择.
这个类提供了在Python程序中使用Selection对象的1种方法. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: active_cell, pane, sqref.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
pane | `` | 阅读/写作 | 选取窗口的位置在: “上左”",上右"",下左"“下右”. |
active_cell | `` | 阅读/写作 | 活跃细胞的参考. |
sqref | `` | 阅读/写作 | 选择范围 (多个范围内空间界定). |
Methods
| Signature | Description |
|---|---|
__init__() |