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

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

    Return Value

    The added OMathSubSuperscript instance.
    See Also