Class ExcelDynamicFilterColumn
- Namespace
- OfficeOpenXml.Filter
- Assembly
- EPPlus.dll
Various filters that are set depending on the filter Type
Type
public class ExcelDynamicFilterColumn : ExcelFilterColumn
- Inheritance
-
ExcelDynamicFilterColumn
- Inherited Members
Properties
MaxValue
The maximum value for for a daterange, for example ThisMonth
public double? MaxValue { get; }
Property Value
Type
Type of filter
public eDynamicFilterType Type { get; set; }
Property Value
Value
The value of the filter. Can be the Average or minimum value depending on the type
public double? Value { get; }