RemoveAt()

IControlCollection::RemoveAt(int32_t) method

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

virtual void Aspose::Slides::IControlCollection::RemoveAt(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tIndex of a control to remove.

See Also