insert
insert(int index, MathBlock mathBlock) method
Inserts IMathBlock into the collection at the specified index.
Parameters
Name | Type | Description |
---|
index | int | The zero-based index at which an item should be inserted. |
mathBlock | MathBlock | The IMathBlock to insert. |
Returns
void