Creates a duplicate of the specified page and adds it to this
collection.
The duplicate page will become the active page.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- page
- Type: Spotfire.Dxp.Application Page
The Page to duplicate. It must be attached to the document.
Return Value
Type: PageThe duplicate Page.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | If page is null. |
System ArgumentException | If page is not attached to the document. |
Version Information
See Also