Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddGroupCharacter Method / AddGroupCharacter() Method

In This Topic
    AddGroupCharacter() Method
    In This Topic
    Adds a new OMathGroupCharacter to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddGroupCharacter() As OMathGroupCharacter
    public OMathGroupCharacter AddGroupCharacter()

    Return Value

    The added OMathGroupCharacter instance.
    See Also