C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class / PivotFilter Constructor
PivotField that owns the new filter.

In This Topic
PivotFilter Constructor
In This Topic
Initializes a new instance of a PivotFilter.
Syntax
'Declaration
 
Public Function New( _
   ByVal field As PivotField _
)
 

Parameters

field
PivotField that owns the new filter.
See Also