[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathCollection.Insert

Insert Method

Insert(InsertLocation)

Inserts a new OMath into this collection at the specified location.

Declaration
public OMath Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As OMath
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMath

The inserted OMath object.

Insert(OMathBuiltInEquation, InsertLocation)

Inserts a new OMath into this collection at the specified location.

Declaration
public OMath Insert(OMathBuiltInEquation equation, InsertLocation location)
Public Function Insert(equation As OMathBuiltInEquation, location As InsertLocation) As OMath
Parameters
Type Name Description
OMathBuiltInEquation equation

A built-in equation to fill the OMath.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMath

The inserted OMath instance.