'Declaration Public Overloads Function InsertGroupCharacter( _ ByVal baseText As System.String, _ ByVal character As System.String, _ ByVal location As InsertLocation _ ) As OMathGroupCharacter
public OMathGroupCharacter InsertGroupCharacter( System.string baseText, System.string character, InsertLocation location )
Parameters
- baseText
- The structure base element text.
- character
- The structure group character, can be null.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathGroupCharacter instance.