ShapeRange.WizardTagInstance Property
Publisher Developer Reference |
Returns or sets a Long indicating the instance of the specified shape compared with other shapes having the same wizard tag. Read/write.
Syntax
expression.WizardTagInstance
expression A variable that represents a ShapeRange object.
Remarks
The combination of the WizardTagInstance property and the WizardTag property uniquely defines every shape in a publication.
Example
The following example displays the wizard tag and wizard tag instance information for all the shapes on page one of the active publication.
Visual Basic for Applications |
---|
|
See Also