AccelTables.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 an AccelTables collection.
Return Value
AccelTable
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