insert

insert(int index, MathBlock mathBlock) method

Inserts IMathBlock into the collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which an item should be inserted.
mathBlockMathBlockThe IMathBlock to insert.

Returns

void