XlDynamicFilter Constructors
A dynamic filter that shows dates that fall within a specified time period or displays values that are above or below the average.Name | Parameters | Description |
---|---|---|
XlDynamicFilter(XlDynamicFilterType, XlVariantValue, XlVariantValue) | dynamicFilterType, value, maxValue | Initializes a new instance of the XlDynamicFilter class with the specified settings. |
XlDynamicFilter(XlDynamicFilterType, XlVariantValue) | dynamicFilterType, value | Initializes a new instance of the XlDynamicFilter class with the specified settings. |
XlDynamicFilter(XlDynamicFilterType) | dynamicFilterType | Initializes a new instance of the XlDynamicFilter class with the specified settings. |
See Also