group_rows方法
group_rows
对行进行分组。
def group_rows(self, first_index, last_index):
...
范围 | 类型 | 描述 |
---|---|---|
first_index | int | 要分组的第一行索引。 |
last_index | int | 要分组的最后一个行索引。 |
group_rows
对行进行分组。
def group_rows(self, first_index, last_index, is_hidden):
...
范围 | 类型 | 描述 |
---|---|---|
first_index | int | 要分组的第一行索引。 |
last_index | int | 要分组的最后一个行索引。 |
is_hidden | bool | 指定是否隐藏分组的行。 |