BehaviorCollectionInsert Method |
Inserts new behavior to a collection at the specified index.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void Insert(
int index,
IBehavior item
)
Public Sub Insert (
index As Integer,
item As IBehavior
)
public:
virtual void Insert(
int index,
IBehavior^ item
) sealed
abstract Insert :
index : int *
item : IBehavior -> unit
override Insert :
index : int *
item : IBehavior -> unit
Parameters
- index
- Type: SystemInt32
Index where new behavior should be inserted. - item
- Type: Aspose.Slides.AnimationIBehavior
Behavior to insert.
Implements
IBehaviorCollectionInsert(Int32, IBehavior)
See Also