Class DynamicFilter

Class DynamicFilter

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

Represents the dynamic filter.

public class DynamicFilter

Inheritance

objectDynamicFilter

Inherited Members

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

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