Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddPreSubSuperscript Method / AddPreSubSuperscript() Method

In This Topic
    AddPreSubSuperscript() Method
    In This Topic
    Adds a new OMathPreSubSuperscript to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddPreSubSuperscript() As OMathPreSubSuperscript
    public OMathPreSubSuperscript AddPreSubSuperscript()

    Return Value

    The added OMathPreSubSuperscript instance.
    See Also