Class CustomFilter

Class CustomFilter

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the custom filter.

public class CustomFilter

Inheritance

objectCustomFilter

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Criteria

Gets and sets the criteria.

public object Criteria { get; set; }

Property Value

object

FilterOperatorType

Gets and sets the filter operator type.

public FilterOperatorType FilterOperatorType { get; set; }

Property Value

FilterOperatorType

Methods

SetCriteria(FilterOperatorType, object)

Sets the filter criteria.

public void SetCriteria(FilterOperatorType filterOperator, object criteria)

Parameters

filterOperator FilterOperatorType

filter operator type

criteria object

filter criteria value