cell_index_to_name方法
cell_index_to_name(row, column)
根据其行和列索引获取单元格名称。
返回
单元格的名称。
def cell_index_to_name(self, row, column):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| column | int | 列索引。 |
也可以看看
- 模块 aspose.cells
- 类 CellsHelper
根据其行和列索引获取单元格名称。
单元格的名称。
def cell_index_to_name(self, row, column):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| column | int | 列索引。 |