SupressNoNumeric: Boolean;
The SuppressNoNumeric property determines whether cells with non-numeric values are filtered.
Available values:
True. Cells with non-numeric values are filtered.
False. Default value. Cells with non-numeric values are not filtered.
The property is relevant if the IPivotFilterSettings.Enabled property is set to True.
The property use is given in the example for IPivotFilterSettings.SupressEmpty.
See also: