Inserts a page at the specified index.
Namespace: MindFusion.Diagramming
Assembly: PagedContainerNode.js
SyntaxJavaScript
Copy Code
|
|---|
function insertPage (index, page) |
Number. The zero-based index at which the page should be inserted.
ContainerPage. The page to insert.
See Also