[]
Inserts a new OMathStruct into the collection at the specified location.
public OMathStruct Insert(OMathStructType type, InsertLocation location)
Public Function Insert(type As OMathStructType, location As InsertLocation) As OMathStruct
Type | Name | Description |
---|---|---|
OMathStructType | type | The Office Math structure type. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathStruct | The inserted OMathStruct instance. |