Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / Insert Method
The Office Math structure type.
The target InsertLocation for the insertion.

In This Topic
    Insert Method (OMathStructCollection)
    In This Topic
    Inserts a new OMathStruct into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Function Insert( _
       ByVal type As OMathStructType, _
       ByVal location As InsertLocation _
    ) As OMathStruct
    public OMathStruct Insert( 
       OMathStructType type,
       InsertLocation location
    )

    Parameters

    type
    The Office Math structure type.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathStruct instance.
    See Also