Table of Contents

Class DynamicFilter

Namespace
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly
Spire.XLS.dll
public class DynamicFilter
Inheritance
DynamicFilter
Inherited Members

Constructors

DynamicFilter(FilterColumn)

public DynamicFilter(FilterColumn parentcloumn)

Parameters

parentcloumn FilterColumn

Properties

DynamicFilterType

Gets and sets the dynamic filter type.

public DynamicFilterType DynamicFilterType { get; set; }

Property Value

DynamicFilterType

MaxValue

Gets and sets the dynamic filter max value.

public object MaxValue { get; set; }

Property Value

object

Value

Gets and sets the dynamic filter value.

public object Value { get; set; }

Property Value

object