Section.ContainingPageID Property
Visio Automation Reference |
Returns the ID of the page that contains the section. Read-only. .
Version Information
Version Added: Visio 2003
Syntax
expression.ContainingPageID
expression A variable that represents a Section object.
Return Value
Long
Remarks
If the section is not in a Page object, the ContainingPageID property returns -1.
See Also