Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / AddDelimiter Method / AddDelimiter() Method

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

    Return Value

    The added OMathDelimiter instance.
    See Also