Class TopFilter
Describes a filter which hides or shows the cells based on the cell fill color.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class TopFilter : CellValuesFilterBase, IFilter, ITranslatable, ICopyable<IFilter>, IWorksheetFilter, IRangeFilter
Constructors
TopFilter(Int32)
Initializes a new instance of the Top
Declaration
public TopFilter(int relativeColumnIndex)
Parameters
System. The relative index of the column. |
TopFilter(Int32, TopFilterType, Double)
Initializes a new instance of the Top
Declaration
public TopFilter(int relativeColumnIndex, TopFilterType topFilterType, double value)
Parameters
System. The relative index of the column. |
Top Type of the top filter. |
System. Gets the value which indicates how many or what percent of the items covered by the filter should be shown. |
Properties
TopFilterType
Gets the type of the top filter.
Declaration
public TopFilterType TopFilterType { get; }
Property Value
Top The type of the top filter. |
Value
Gets the value which indicates how many or what percent of the items covered by the filter should be shown.
Declaration
public double Value { get; }
Property Value
System. The value. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Overrides
ShouldShowValue(Object)
Determines whether the row which contains the specified value will be shown.
Declaration
public override bool ShouldShowValue(object value)
Parameters
System. The value retrieved by the GetValue method. |
Returns
System. A value indicating whether the row which contains the specified value will be shown |