SupressZeros: Boolean;
The SuppressZeros property determines whether cells with zero values are filtered.
Available values:
True. Cells with zero values are filtered.
False. Default value. Cells with zero values are not filtered.
To use the property, it is required that the IPivotFilterSettings.Enabled property is set to True.
The property use is given in the example for IPivotFilterSettings.SupressEmpty.
See also: