[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElementCollection.Add

Add Method

Add()

Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.

Declaration
public OMathElement Add()
Public Function Add() As OMathElement
Returns
Type Description
OMathElement

The added OMathElement.

Add(string)

Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.

Declaration
public OMathElement Add(string text)
Public Function Add(text As String) As OMathElement
Parameters
Type Name Description
string text

The element text.

Returns
Type Description
OMathElement

The added OMathElement.

Add(OMathBuiltInEquation)

Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.

Declaration
public OMathElement Add(OMathBuiltInEquation equation)
Public Function Add(equation As OMathBuiltInEquation) As OMathElement
Parameters
Type Name Description
OMathBuiltInEquation equation

The built-in equation to fill the OMathElement.

Returns
Type Description
OMathElement

The added OMathElement.