get_value方法
get_value(self, row, column, is_value1)
获取特定单元格的验证值。
返回
def get_value(self, row, column, is_value1):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| column | int | 列索引。 |
| is_value1 | bool | 是否获取第一个值。 |
获取特定单元格的验证值。
def get_value(self, row, column, is_value1):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| column | int | 列索引。 |
| is_value1 | bool | 是否获取第一个值。 |