RemoveAt()

ControlCollection::RemoveAt(int32_t) method

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

void Aspose::Slides::ControlCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of a control to remove.

See Also