'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 base element text.
- character
- The group character.
Return Value
The added OMathGroupCharacter instance.