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

In This Topic
    Add(String) 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( _
       ByVal text As System.String _
    ) As OMathElement
    public OMathElement Add( 
       System.string text
    )

    Parameters

    text
    The element text.

    Return Value

    The added OMathElement.
    See Also