ControlCollectionRemoveAt Method

Removes an ActiveX control stored at specified position from the collection.

Namespace:  Aspose.Slides
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 control to remove.

Implements

IControlCollectionRemoveAt(Int32)
See Also