Show / Hide Table of Contents

Class ExcelDynamicFilterColumn

Various filters that are set depending on the filter Type Type

Inheritance
object
XmlHelper
ExcelFilterColumn
ExcelDynamicFilterColumn
Inherited Members
ExcelFilterColumn.GetFilterValue(string)
ExcelFilterColumn.Position
ExcelFilterColumn.HiddenButton
ExcelFilterColumn.ShowButton
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
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
double?
In this article
Back to top Generated by DocFX