'Declaration Public Function Insert( _ ByVal type As OMathStructType, _ ByVal location As InsertLocation _ ) As OMathStruct
public OMathStruct Insert( OMathStructType type, InsertLocation location )
Parameters
- type
- The Office Math structure type.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathStruct instance.