VisMemberAddOptions enumeration (Visio)

Specifies whether to expand the container to accommodate the new member(s) or to resize it automatically according to the default settings; constants passed to the ContainerProperties.AddMember method.

Name Value Description
visMemberAddUseResizeSetting 0 Defer to the setting of the ContainerProperties.ResizeAsNeeded property.
visMemberAddExpandContainer 1 Expand the container to fit the incoming shape(s).
visMemberAddDoNotExpand 2 Do not expand the container to fit the incoming shape(s).

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.