XlDynamicFilter Members
A dynamic filter that shows dates that fall within a specified time period or displays values that are above or below the average.Constructors
| Name | Description |
|---|---|
| XlDynamicFilter(XlDynamicFilterType, XlVariantValue, XlVariantValue) | Initializes a new instance of the XlDynamicFilter class with the specified settings. |
| XlDynamicFilter(XlDynamicFilterType, XlVariantValue) | Initializes a new instance of the XlDynamicFilter class with the specified settings. |
| XlDynamicFilter(XlDynamicFilterType) | Initializes a new instance of the XlDynamicFilter class with the specified settings. |
Properties
| Name | Description |
|---|---|
| DynamicFilterType | Gets or sets the type of the dynamic filter. |
| FilterType | Returns the XlFilterType.Dynamic value that is the current filter’s type. |
| MaxValue | Gets or sets a maximum value for the dynamic filter. |
| Value | Gets or sets a dynamic filter value. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also