[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertGroupCharacter

InsertGroupCharacter Method

InsertGroupCharacter(InsertLocation)

Inserts a new OMathGroupCharacter into the collection at the specified location.

Declaration
public OMathGroupCharacter InsertGroupCharacter(InsertLocation location)
Public Function InsertGroupCharacter(location As InsertLocation) As OMathGroupCharacter
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathGroupCharacter

The inserted OMathGroupCharacter instance.

InsertGroupCharacter(string, string, InsertLocation)

Inserts a new OMathGroupCharacter into the collection at the specified location.

Declaration
public OMathGroupCharacter InsertGroupCharacter(string baseText, string character, InsertLocation location)
Public Function InsertGroupCharacter(baseText As String, character As String, location As InsertLocation) As OMathGroupCharacter
Parameters
Type Name Description
string baseText

The structure base element text.

string character

The structure group character, can be null.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathGroupCharacter

The inserted OMathGroupCharacter instance.