Click or drag to resize

XlsPivotTable ClearFilter Method

clear the row and column field filter depends on field name.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void ClearFilter(
	string fieldName
)

Parameters

fieldName
Type: System String
the row and column field name.

Implements

IPivotTable ClearFilter(String)
See Also