![]() | Download Help (Windows Only) |
ListBarPages.Insert ( pageName, insertBefore)
Adds a new item to the collection and returns a reference to the new ListBarPage.
pageName As String
[In] Specifies the name for the new ListBarPage. ListBarPage names must be unique. ListBarPage names are not case-sensitive.
insertBefore As Long
[In] Specifies the index of the existing ListBarPage before which the new ListBarPage is inserted. To insert the new ListBarPage at the end, pass -1 to this parameter.
Helpful
Not Helpful