RemoveAt()

CustomXmlPartCollection::RemoveAt(int32_t) method

Removes custom xml part at the specified index.

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

Arguments

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

See Also