Share via


RowIndex Property [Visio 2003 SDK Documentation]

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

intLong = object**.RowIndex**

object. RowIndex = intLong

object     Required. An expression that returns a MenuSet or Toolbar object.

intLong     Required Integer.

Version added

2000

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

Applies to | MenuSet object | Toolbar object

See Also | Position property