DataRecordsets.ItemFromID property (Visio)
Returns a DataRecordset object from the DataRecordsets collection by using the unique ID of the object. Read-only.
Note
This Visio object or member is available only to licensed users of Visio Professional 2013.
Syntax
expression.ItemFromID (ID)
expression A variable that represents a DataRecordsets object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ID | Required | Long | The unique ID of the DataRecordset object to retrieve. |
Return value
DataRecordset
Remarks
The ID of a DataRecordset object is never recycled for a particular document. You can get the ID of a DataRecordset object by getting the value of the DataRecordset.ID property.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.