Filters.Copy Method
Project Developer Reference |
Makes a copy of a group definition for the Filters collection and returns a reference to the Filter object.
Syntax
expression.Copy(Source, NewName)
expression A variable that represents a Filters object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Source | Required | String | The name of the filter to copy. |
NewName | Required | String | The name of the new filter. |
Return Value
Filter
See Also