Removes an effect from a collection.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxvoid RemoveAt(
int index
)
Sub RemoveAt (
index As Integer
)
void RemoveAt(
int index
)
abstract RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
See Also