Click or drag to resize

Top10Filter Class

Represents the top 10 filter.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet.AutoFilter Top10Filter

Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class Top10Filter

The Top10Filter type exposes the following members.

Constructors
Name Description
Public method Top10Filter
Initializes a new instance of the Top10Filter class with specified parameters.
Top
Properties
Name Description
Public property Criteria
Gets or sets the criteria used for filtering or matching.
Public property IsPercent
Indicates whether the items is percent.
Public property IsTop
Indicates whether it's top filter.
Public property Items
Gets and sets the items of the filter.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also