IBehaviorCollectionIndexOf Method

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
int IndexOf(
	IBehavior item
)

Parameters

item
Type: Aspose.Slides.AnimationIBehavior
The object to locate in the IListT.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.
See Also