Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PivotFilterOptions Class
Properties

In This Topic
    PivotFilterOptions Class Members
    In This Topic

    The following tables list the members exposed by PivotFilterOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the value filter setting. Specifies which DataField the current field is filtered by. The value represents the index of the referenced DataField in the IPivotTable.DataFields collection.  
    Public Property Gets or sets a brief description of the filter.  
    Public Property Gets or sets 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 Property Gets or sets the name of the filter.  
    Public Property Gets or sets a value indicating whether the date filter should use whole days in its filtering criteria.  
    Top
    See Also