Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElementCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Adds a new OMathElement to the collection at the InsertLocation.End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As OMathElement
    public OMathElement Add()

    Return Value

    The added OMathElement.
    See Also