HideItem
HideItem(int, bool)
Legt fest, ob das spezifische PivotItem in einem Datenfeld ausgeblendet ist.
public void HideItem(int index, bool isHidden)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | der Index des PivotItems im PivotField. |
isHidden | Boolean | ob das spezifische PivotItem ausgeblendet ist |
Siehe auch
- class PivotField
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells
HideItem(string, bool)
Legt fest, ob das spezifische PivotItem in einem Datenfeld ausgeblendet ist.
public void HideItem(string itemValue, bool isHidden)
Parameter | Typ | Beschreibung |
---|---|---|
itemValue | String | der Wert des pivotItem im pivotField. |
isHidden | Boolean | ob das spezifische PivotItem ausgeblendet ist |
Siehe auch
- class PivotField
- namensraum Aspose.Cells.Pivot
- Montage Aspose.Cells