[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.Insert

Insert Method

Insert(OMathStructType, InsertLocation)

Inserts a new OMathStruct into the collection at the specified location.

Declaration
public OMathStruct Insert(OMathStructType type, InsertLocation location)
Public Function Insert(type As OMathStructType, location As InsertLocation) As OMathStruct
Parameters
Type Name Description
OMathStructType type

The Office Math structure type.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathStruct

The inserted OMathStruct instance.