Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.29 KB

Visio.Documents.ItemFromID.md

File metadata and controls

47 lines (28 loc) · 1.29 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Documents.ItemFromID property (Visio)
vis_sdr.chm10613775
vis_sdr.chm10613775
Visio.Documents.ItemFromID
8cc27fe2-96ac-5935-a8d0-33afdfc09fc7
06/08/2017
medium

Documents.ItemFromID property (Visio)

Returns an item of a collection using the ID of the item. Read-only.

Syntax

expression.ItemFromID (nID)

expression A variable that represents a Documents object.

Parameters

Name Required/Optional Data type Description
nID Required Long The ID of the object to retrieve.

Return value

Document

Remarks

The ID of a Shape object uniquely identifies the shape within its page or master.

The ID of a Style object uniquely identifies the style within its document.

The ID of a Font object corresponds to the number stored in the Font cell of a row in a shape's Character Properties section. The ID associated with a particular font varies between systems or as fonts are installed on and removed from a given system.

The ID of an Event object uniquely identifies an event in its EventList collection for the life of the collection.

[!includeSupport and feedback]