Row.ContainingPageID Property
Visio Automation Reference |
Returns the ID of the page that contains an object. Read-only.
Version Information
Version Added: Visio 2003
Syntax
expression.ContainingPageID
expression A variable that represents a Row object.
Return Value
Long
Remarks
If the object is not in a Page object, the ContainingPageID property returns -1. For example, if a Shape object belongs to a Masters collection, the ContainingPageID property returns -1.
See Also