[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathCollection.Add

Add Method

Add()

Adds a new OMath object to this collection at the End location.

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

The added OMath object.

Add(OMathBuiltInEquation)

Adds a new OMath object to this collection at the End location.

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

A built-in equation to fill the OMath instance.

Returns
Type Description
OMath

The added OMath object.