insert method

insert

Inserts IMathBlock into the collection at the specified index.

def insert(self, index, item):
    ...
ParameterTypeDescription
indexintThe zero-based index at which an item should be inserted.
itemIMathBlockThe IMathBlock to insert.

See Also