[]
Adds a new OMathGroupCharacter to the collection at the End location.
public OMathGroupCharacter AddGroupCharacter()
Public Function AddGroupCharacter() As OMathGroupCharacter
| Type | Description |
|---|---|
| OMathGroupCharacter | The added OMathGroupCharacter instance. |
Adds a new OMathGroupCharacter to the collection at the End location.
public OMathGroupCharacter AddGroupCharacter(string baseText, string character = null)
Public Function AddGroupCharacter(baseText As String, Optional character As String = Nothing) As OMathGroupCharacter
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | character | The structure group character. |
| Type | Description |
|---|---|
| OMathGroupCharacter | The added OMathGroupCharacter instance. |