Class ExcelTop10FilterColumn
- Namespace
- OfficeOpenXml.Filter
- Assembly
- EPPlus.dll
A filter column filtered by the top or botton values of an range
public class ExcelTop10FilterColumn : ExcelFilterColumn
- Inheritance
-
ExcelTop10FilterColumn
- Inherited Members
Properties
FilterValue
The filter value to relate to
public double FilterValue { get; }
Property Value
Percent
If the filter value is an percentage
public bool Percent { get; set; }
Property Value
Top
True is top value. False is bottom values.
public bool Top { get; set; }
Property Value
Value
The value to filter on
public double Value { get; set; }