Show / Hide Table of Contents

Class ExcelDynamicFilterColumn

Various filters that are set depending on the filter Type Type

Inheritance
System.Object
XmlHelper
ExcelFilterColumn
ExcelDynamicFilterColumn
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 ExcelDynamicFilterColumn : ExcelFilterColumn

Properties

MaxValue

The maximum value for for a daterange, for example ThisMonth

Declaration
public double? MaxValue { get; }
Property Value
Type Description
System.Nullable<System.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
System.Nullable<System.Double>
Back to top Generated by DocFX