Creates a duplicate of the specified page and adds it to this
collection.
The duplicate page will become the active page.
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public Page AddDuplicate( Page page )
Parameters
- page
- Type: Spotfire.Dxp.ApplicationPage
The Page to duplicate. It must be attached to the document.
Return Value
Type: PageThe duplicate Page.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | If page is null. |
ArgumentException | If page is not attached to the document. |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also