Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertBox Method / InsertBox(InsertLocation) Method
The target InsertLocation for the insertion.

In This Topic
    InsertBox(InsertLocation) Method
    In This Topic
    Inserts a new OMathBox into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertBox( _
       ByVal location As InsertLocation _
    ) As OMathBox
    public OMathBox InsertBox( 
       InsertLocation location
    )

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathBox instance.
    See Also