RemoveAt()

BehaviorCollection::RemoveAt(int32_t) method

Removes behavior from a collection at the specified index.

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

Arguments

ParameterTypeDescription
indexint32_tIndex of a behavior to remove.

See Also