RemoveAt()

BehaviorPropertyCollection::RemoveAt(int32_t) method

Removes property at the specified index.

void Aspose::Slides::Animation::BehaviorPropertyCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of the property which should be deleted.

See Also