hide_item方法
hide_item(self, index, is_hidden)
设置数据字段中的特定 PivotItem 是否隐藏。
def hide_item(self, index, is_hidden):
...
范围 | 类型 | 描述 |
---|---|---|
index | int | 枢轴字段 (pivotField) 中枢轴项 (pivotItem) 的索引。 |
is_hidden | bool | 特定的 PivotItem 是否被隐藏 |
hide_item(self, item_value, is_hidden)
设置数据字段中的特定 PivotItem 是否隐藏。
def hide_item(self, item_value, is_hidden):
...
范围 | 类型 | 描述 |
---|---|---|
item_value | str | 枢轴字段 (pivotField) 中枢轴项 (pivotItem) 的值。 |
is_hidden | bool | 特定的 PivotItem 是否被隐藏 |