ListBarPages.Item

Syntax

ListBarPages.Item( itemIdx)

Data Type

ListBarPage

Purpose

Returns a reference to an item with the specified name or at the specified index in the collection.

Parameters

itemIdx As Variant

[In] You can pass a number to obtain a page by its zero-based index. You can also pass a string to obtain the ListBarPage using its name.

See Also

ListBarPage

ListBarPages.Insert