Share via


Toolbars.AddAt Method

Visio Automation Reference

Creates a new Toolbar object at a specified index in the Toolbars collection. .

Version Information
 Version Added:  Visio 4.0

Syntax

expression.AddAt(lIndex)

expression   A variable that represents a Toolbars object.

Parameters

Name Required/Optional Data Type Description
lIndex Required Long The index at which to add the object.

Return Value
Toolbar

Remarks

If the index is zero (0), the object is added at the beginning of the collection.

See Also