Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.39 KB

Visio.Toolbar.RowIndex.md

File metadata and controls

48 lines (28 loc) · 1.39 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Toolbar.RowIndex property (Visio)
vis_sdr.chm13714255
vis_sdr.chm13714255
Visio.Toolbar.RowIndex
f55616ce-73a0-332b-ece0-f9f83ef43547
06/08/2017
medium

Toolbar.RowIndex property (Visio)

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

Syntax

expression.RowIndex

expression A variable that represents a Toolbar object.

Return value

Integer

Remarks

Note

Starting with Visio 2010, the Microsoft Office Fluent user interface (UI) replaced the previous system of layered menus, toolbars, and task panes. VBA objects and members that you used to customize the user interface in previous versions of Visio are still available in Visio, but they function differently.

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

[!includeSupport and feedback]