HideItem
HideItem(int, bool)
设置数据字段中的特定 PivotItem 是否隐藏。
public void HideItem(int index, bool isHidden)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | pivotField 中的 pivotItem 的索引。 |
isHidden | Boolean | 特定的 PivotItem 是否隐藏 |
也可以看看
- class PivotField
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells
HideItem(string, bool)
设置数据字段中的特定 PivotItem 是否隐藏。
public void HideItem(string itemValue, bool isHidden)
范围 | 类型 | 描述 |
---|---|---|
itemValue | String | pivotField 中的 pivotItem 的值。 |
isHidden | Boolean | 特定的 PivotItem 是否隐藏 |
也可以看看
- class PivotField
- 命名空间 Aspose.Cells.Pivot
- 部件 Aspose.Cells