Click or drag to resize

XlsPivotTable ClearRowFieldFilter Method

clear the row field filter.

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 ClearRowFieldFilter(
	string fieldName
)

Parameters

fieldName
Type: System String
the row field name.

Implements

IPivotTable ClearRowFieldFilter(String)
See Also