Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

Visio.Addon.Index.md

File metadata and controls

37 lines (22 loc) · 1.02 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Addon.Index property (Visio)
vis_sdr.chm12413695
vis_sdr.chm12413695
Visio.Addon.Index
59e81b53-0391-ceb7-19da-63d8f26dee1a
06/24/2019
medium

Addon.Index property (Visio)

Gets the ordinal position of an Addon object in the Addons collection. Read-only.

Syntax

expression.Index

expression A variable that represents an Addon object.

Return value

Integer

Remarks

Most collections are indexed starting with 1 rather than zero (0), so the index of the first element is 1, the index of the second element is 2, and so forth. The index of the last element in a collection is the same as the value of that collection's Count property.

You can iterate through a collection by using these index values. Adding objects to or deleting objects from a collection can change the index values of other objects in the collection.

[!includeSupport and feedback]