RemoveAt()

ITagCollection::RemoveAt(int32_t) method

Removes the tag at the specified index.

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

Arguments

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

See Also