Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertGroupCharacter Method / InsertGroupCharacter(String,String,InsertLocation) Method
The structure base element text.
The structure group character, can be null.
The target InsertLocation for the insertion.

In This Topic
    InsertGroupCharacter(String,String,InsertLocation) Method
    In This Topic
    Inserts a new OMathGroupCharacter into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertGroupCharacter( _
       ByVal baseText As System.String, _
       ByVal character As System.String, _
       ByVal location As InsertLocation _
    ) As OMathGroupCharacter
    public OMathGroupCharacter InsertGroupCharacter( 
       System.string baseText,
       System.string character,
       InsertLocation location
    )

    Parameters

    baseText
    The structure base element text.
    character
    The structure group character, can be null.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathGroupCharacter instance.
    See Also