Insert()

IBehaviorPropertyCollection::Insert(int32_t, System::String) method

Inserts a new property (with the specified property value) to the collection at the specified index.

virtual void Aspose::Slides::Animation::IBehaviorPropertyCollection::Insert(int32_t index, System::String propertyValue)=0

Arguments

ParameterTypeDescription
indexint32_tIndex where a new property should be inserted.
propertyValueSystem::StringValue of the property to add.

See Also