'Declaration Public Overloads Function AddGroupCharacter( _ ByVal baseText As System.String, _ Optional ByVal character As System.String _ ) As OMathGroupCharacter
public OMathGroupCharacter AddGroupCharacter( System.string baseText, System.string character )
Parameters
- baseText
- The structure base element text.
- character
- The structure group character.
Return Value
The added OMathGroupCharacter instance.