Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddGroupCharacter Method / AddGroupCharacter(String,String) Method
The structure base element text.
The structure group character.

In This Topic
    AddGroupCharacter(String,String) Method
    In This Topic
    Adds a new OMathGroupCharacter to the collection at the InsertLocation.End location.
    Syntax
    '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 structure base element text.
    character
    The structure group character.

    Return Value

    The added OMathGroupCharacter instance.
    See Also