Show / Hide Table of Contents

Class ExcelTop10FilterColumn

A filter column filtered by the top or botton values of an range

Inheritance
System.Object
XmlHelper
ExcelFilterColumn
ExcelTop10FilterColumn
Inherited Members
ExcelFilterColumn.GetFilterValue(String)
ExcelFilterColumn.Position
ExcelFilterColumn.HiddenButton
ExcelFilterColumn.ShowButton
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Filter
Assembly: EPPlus.dll
Syntax
public class ExcelTop10FilterColumn : ExcelFilterColumn

Properties

FilterValue

The filter value to relate to

Declaration
public double FilterValue { get; }
Property Value
Type Description
System.Double

Percent

If the filter value is an percentage

Declaration
public bool Percent { get; set; }
Property Value
Type Description
System.Boolean

Top

True is top value. False is bottom values.

Declaration
public bool Top { get; set; }
Property Value
Type Description
System.Boolean

Value

The value to filter on

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX