次の方法で共有


MenuSet.RowIndex Property

Visio Automation Reference

Gets or sets the docking order of a MenuSet or Toolbar object in relation to other items in the same docking area. Read/write.

Version Information
 Version Added:  Visio 2000

Syntax

expression.RowIndex

expression   A variable that represents a MenuSet object.

Return Value
Integer

Remarks

Objects that have lower numbers are docked first. Several items can share the same row index. If two or more items share the same row index, the item most recently assigned is displayed first in its group.

Constants that represent the first and last positions (see the following table) are declared by the Visio type library in member VisUIBarRow.

Constant Value

visBarRowFirst

0

visBarRowLast

-1

See Also