Class ExcelDynamicFilterColumn
Various filters that are set depending on the filter Type
Type
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Filter
Assembly: EPPlus.dll
Syntax
public class ExcelDynamicFilterColumn : ExcelFilterColumn
Properties
MaxValue
The maximum value for for a daterange, for example ThisMonth
Declaration
public double? MaxValue { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<Double> |
Type
Type of filter
Declaration
public eDynamicFilterType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| eDynamicFilterType |
Value
The value of the filter. Can be the Average or minimum value depending on the type
Declaration
public double? Value { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<Double> |