insert

insert(int index, BehaviorProperty item) function

Inserts a new property to the collection at the specified index.

Parameters

NameTypeDescription
indexintIndex where a new property should be inserted.
itemBehaviorPropertyProperty to add.

insert(int index, String propertyValue) function

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

Parameters

NameTypeDescription
indexintIndex where a new property should be inserted.
propertyValueStringValue of the property to add.