PivotReportFilter Constructor (String, Boolean)
 | 
Creat an instance of reportfilter
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public PivotReportFilter(
	string fieldName,
	bool isNew
)
 
Public Sub New ( 
	fieldName As String,
	isNew As Boolean
)
 
public:
PivotReportFilter(
	String^ fieldName, 
	bool isNew
)
 
new : 
fieldName : string * 
isNew : bool -> PivotReportFilter
 
 
 
Parameters
- 
fieldName
 
- 
Type:
System
String
The field name of this reportfilter
 
- 
isNew
 
- 
Type:
System
Boolean
it is true if this reportfilter does not exist in the pivottable
 
 
See Also