Pages.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new page in the Pages collection.
public object Add (object Name);
Public Function Add (Optional Name As Object) As Object
Parameters
- Name
- Object
The name of the page.
Returns
A Page
Remarks
The Pages collection is initially empty, and there is a limit of 5 customizable pages per collection.