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