[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddGroupCharacter

AddGroupCharacter Method

AddGroupCharacter()

Adds a new OMathGroupCharacter to the collection at the End location.

Declaration
public OMathGroupCharacter AddGroupCharacter()
Public Function AddGroupCharacter() As OMathGroupCharacter
Returns
Type Description
OMathGroupCharacter

The added OMathGroupCharacter instance.

AddGroupCharacter(string, string)

Adds a new OMathGroupCharacter to the collection at the End location.

Declaration
public OMathGroupCharacter AddGroupCharacter(string baseText, string character = null)
Public Function AddGroupCharacter(baseText As String, Optional character As String = Nothing) As OMathGroupCharacter
Parameters
Type Name Description
string baseText

The structure base element text.

string character

The structure group character.

Returns
Type Description
OMathGroupCharacter

The added OMathGroupCharacter instance.