BehaviorPropertyCollectionInsert Method (Int32, IBehaviorProperty) |
Inserts a new property to the 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,
IBehaviorProperty item
)
Public Sub Insert (
index As Integer,
item As IBehaviorProperty
)
public:
virtual void Insert(
int index,
IBehaviorProperty^ item
) sealed
abstract Insert :
index : int *
item : IBehaviorProperty -> unit
override Insert :
index : int *
item : IBehaviorProperty -> unit
Parameters
- index
- Type: SystemInt32
Index where a new property should be inserted. - item
- Type: Aspose.Slides.AnimationIBehaviorProperty
Property to add.
Implements
IListTInsert(Int32, T)
See Also