This topic has not yet been rated - Rate this topic

RowIndex Property [Visio 2003 SDK Documentation]

Office 2003

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





Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.