BehaviorCollectionRemoveAt Method

Removes behavior from a collection at the specified index.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
Index of a behavior to remove.

Implements

IBehaviorCollectionRemoveAt(Int32)
See Also