hide_item_detail方法
hide_item_detail
设置数据透视字段中的特定数据透视项是否隐藏详细信息。
def hide_item_detail(self, index, is_hidden_detail):
...
范围 | 类型 | 描述 |
---|---|---|
index | int | 数据透视项在数据透视字段中的索引。 |
is_hidden_detail | bool | 特定的 PivotItem 是否隐藏 |
设置数据透视字段中的特定数据透视项是否隐藏详细信息。
def hide_item_detail(self, index, is_hidden_detail):
...
范围 | 类型 | 描述 |
---|---|---|
index | int | 数据透视项在数据透视字段中的索引。 |
is_hidden_detail | bool | 特定的 PivotItem 是否隐藏 |