Table of Contents

Class CustomFilter

Namespace
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly
Spire.XLS.dll
public class CustomFilter : IAutoFilterCondition
Inheritance
CustomFilter
Implements
Inherited Members

Constructors

CustomFilter(FilterColumn)

public CustomFilter(FilterColumn parentcolumn)

Parameters

parentcolumn FilterColumn

Properties

Boolean

public bool Boolean { get; set; }

Property Value

bool

ConditionOperator

public FilterConditionType ConditionOperator { get; set; }

Property Value

FilterConditionType

Criteria

Gets and sets the criteria.

public object Criteria { get; set; }

Property Value

object

DataType

public FilterDataType DataType { get; set; }

Property Value

FilterDataType

Double

public double Double { get; set; }

Property Value

double

ErrorCode

public byte ErrorCode { get; set; }

Property Value

byte

FilterOperatorType

Gets and sets the filter operator type.

public FilterOperatorType FilterOperatorType { get; set; }

Property Value

FilterOperatorType

String

public string String { get; set; }

Property Value

string