get_refers_to方法
get_refers_to(is_r1c1, is_local)
获取此名称的引用。
def get_refers_to(self, is_r1c1, is_local):
...
范围 | 类型 | 描述 |
---|---|---|
is_r1c1 | bool | 引用是否需要格式化为 R1C1。 |
is_local | bool | 引用是否需要按语言环境格式化。 |
get_refers_to(is_r1c1, is_local, row, column)
根据指定的单元格获取此名称的引用。
def get_refers_to(self, is_r1c1, is_local, row, column):
...
范围 | 类型 | 描述 |
---|---|---|
is_r1c1 | bool | 引用是否需要格式化为 R1C1。 |
is_local | bool | 引用是否需要按语言环境格式化。 |
row | int | 单元格的行索引。 |
column | int | 单元格的列索引。 |
也可以看看
- 模块 aspose.cells
- 类 Name