Skip to main content

XlTop10Filter Members

A Top 10 filter that displays top/bottom ranked values.

Constructors

Name Description
XlTop10Filter(Double, Double, Boolean, Boolean) Initializes a new instance of the XlTop10Filter class with the specified settings.
XlTop10Filter(Double) Initializes a new instance of the XlTop10Filter class with the specified settings.

Properties

Name Description
FilterType Returns the XlFilterType.Top10 value that is the current filter’s type.
FilterValue Gets or sets the actual cell value which is used to perform the comparison for the current filter.
Percent Gets or sets a value indicating whether to show values that fall in the top/bottom N percent of a column.
Top Gets or sets whether top items should be included in the "Top 10" filtering results.
Value Gets or sets a top or bottom value to use as the filter criteria.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also