[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathParagraphCollection.Insert

Insert Method

Insert(InsertLocation)

Inserts a OMathParagraph into the collection at the specified location.

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

The target InsertLocation for the insertion.

Returns
Type Description
OMathParagraph

The inserted OMathParagraph instance with child OMath.

Insert(OMathBuiltInEquation, InsertLocation)

Inserts a OMathParagraph into the collection at the specified location.

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

The built-in equation to fill the OMathParagraph.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathParagraph

The inserted OMathParagraph instance.