get_formula1方法
get_formula1(is_r1c1, is_local)
获取与此验证关联的值或表达式。
返回
与此验证关联的值或表达式。
def get_formula1(self, is_r1c1, is_local):
...
范围 | 类型 | 描述 |
---|---|---|
is_r1c1 | bool | 公式是否需要格式化为R1C1。 |
is_local | bool | 公式是否需要按语言环境格式化。 |
get_formula1(is_r1c1, is_local, row, column)
获取与特定单元格的此验证关联的值或表达式。
返回
与此验证关联的值或表达式。
def get_formula1(self, is_r1c1, is_local, row, column):
...
范围 | 类型 | 描述 |
---|---|---|
is_r1c1 | bool | 公式是否需要格式化为R1C1。 |
is_local | bool | 公式是否需要按语言环境格式化。 |
row | int | 行索引。 |
column | int | 列索引。 |