RemoveAt()

CaptionsCollection::RemoveAt(int32_t) method

Removes the closed captions at the specified index.

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

Arguments

ParameterTypeDescription
indexint32_tThe index of the closed captions to remove.

See Also