BorderArtFormat.Delete Method
Publisher Developer Reference |
Deletes the specified object.
Syntax
expression.Delete
expression A variable that represents a BorderArtFormat object.
Remarks
A run-time error occurs if the specified object does not exist.
Example
The following example tests for the existence of BorderArt on each shape for each page of the active publication. If BorderArt exists, it is deleted.
Visual Basic for Applications |
---|
|
See Also