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

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

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathPreSubSuperscript instance.
    See Also