Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.08 KB

Visio.Selection.Item.md

File metadata and controls

48 lines (28 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Selection.Item property (Visio)
vis_sdr.chm11113765
vis_sdr.chm11113765
Visio.Selection.Item
3f09566d-eec6-0c20-87bc-60db45d3e23f
06/08/2017
medium

Selection.Item property (Visio)

Returns an object from a collection. The Item property is the default property for all collections, and for the Path and Selection objects. Read-only.

Syntax

expression.Item (Index)

expression A variable that represents a Selection object.

Parameters

Name Required/Optional Data type Description
Index Required Long Contains the index of the object to retrieve.

Return value

Shape

Remarks

When retrieving objects from a collection, you can omit Item from the expression because it is the default property for all collections. The following statement is equivalent to the syntax example given above:

objRet = object(index )

[!includeSupport and feedback]