Share via


ToolbarSets.Add Method

Visio Automation Reference

Adds a new object to a collection.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.Add

expression   A variable that represents a ToolbarSets collection.

Return Value
ToolbarSet

Remarks

All properties of the new object are initialized to zero, so you need to set only the properties that you want to change.

See Also