'Declaration Public Overloads Function InsertMatrix( _ ByVal location As InsertLocation _ ) As OMathMatrix
public OMathMatrix InsertMatrix( InsertLocation location )
Parameters
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathMatrix instance.