Window.MergePosition property (Visio)

Specifies the left-to-right tab position of a merged anchored window. Read/write.

Syntax

expression. MergePosition

expression A variable that represents a Window object.

Return value

Long

Remarks

If there are n tabs, the leftmost position is 1 and the rightmost position is n. If the windows are merged in a docked stencil fashion, 1 is the topmost and n is the bottommost. A value of zero (0) means that the window is not merged.

The MergePosition property applies only to anchored windows. If the Window object is an MDI frame window, Microsoft Visio raises an exception.

Use the Type property to determine window type.

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.