RemoveAt()

IBehaviorCollection::RemoveAt(int32_t) method

Removes behavior from a collection at the specified index.

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

Arguments

ParameterTypeDescription
indexint32_tIndex of a behavior to remove.

See Also