insert method

insert

Inserts IMathBlock into the collection at the specified index.

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

See Also