com.grapecity.documents.excel Package / PivotFilterOptions Class
Methods

PivotFilterOptions Class Members

The following tables list the members exposed by PivotFilterOptions.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Methods
 NameDescription
Public MethodGets the value filter setting. Specifies which DataField the current field is filtered by. The value represents the index of the referenced DataField in the DataFields collection.  
Public MethodGets a brief description of the filter.  
Public MethodGets a value indicating the selection direction of the 'top 10 filter'. 'True' means selecting the top n items, and 'false' means selecting the bottom n items. The default value is 'true'.  
Public MethodGets the name of the filter.  
Public MethodGets a value indicating whether the date filter should use whole days in its filtering criteria.  
Public MethodSets the value filter setting. Specifies which DataField the current field is filtered by. The value represents the index of the referenced DataField in the DataFields collection.  
Public MethodSets a brief description of the filter.  
Public MethodSets a value indicating the selection direction of the 'top 10 filter'. 'True' means selecting the top n items, and 'false' means selecting the bottom n items. The default value is 'true'.  
Public MethodSets the name of the filter.  
Public MethodSets a value indicating whether the date filter should use whole days in its filtering criteria.  
Top
See Also