Object Model Reference : Classes : E : Effect : Properties : Effect.Clones |
Property Clones As Effects
Member of Effect
The Clones property returns a collection of effect objects comprised of clones of the current effect.
The Clones property returns a read-only value.
The following VBA example shows the number of effects cloned from the current effect.
Sub Test() |
MsgBox ActiveShape.Effects(1).Clones.Count |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.