Add
This method adds a new page with the specified name to the page collection.
The collection triggers the OnChange event.
The method returns the index of the inserted item within the collection. Use this index to access the item within the collection.
Syntax
Add (NewItem As ISCBCroPage, ItemName As String) As Long
Parameter | Description |
---|---|
NewItem |
Pointer to a SCBCroPage object to be added to the pages collection. |
ItemName |
Name of the page item within the collection. Use this name to access the item within the collection. |