Class ExcelTop10FilterColumn
A filter column filtered by the top or botton values of an range
Inherited Members
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 |
|---|---|
| double |
Percent
If the filter value is an percentage
Declaration
public bool Percent { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Top
True is top value. False is bottom values.
Declaration
public bool Top { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Value
The value to filter on
Declaration
public double Value { get; set; }
Property Value
| Type | Description |
|---|---|
| double |