RemoveAt()

TagCollection::RemoveAt(int32_t) method

Removes the tag at the specified index.

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

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index of the tag to remove.

See Also