Object Model Reference : Classes : A : ArrowHeads : Methods : ArrowHeads.Remove |
Sub Remove(Index As Long)
Member of ArrowHeads
The Remove method deletes an arrowhead object from an ArrowHeads collection.
Parameter
|
Description
|
Index
|
Specifies the preset placeholder that uniquely identifies each member of the ArrowHeads collection
|
The following VBA example removes the last arrowhead object from the ArrowHeads collection.
Sub ArrowHeadDelete() |
ArrowHeads.Remove (ArrowHeads.Count) |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.