Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / AddPhantom Method / AddPhantom() Method

In This Topic
    AddPhantom() Method
    In This Topic
    Adds a new OMathPhantom to the end of the Office Math element.
    Syntax
    'Declaration
     
    Public Overloads Function AddPhantom() As OMathPhantom
    public OMathPhantom AddPhantom()

    Return Value

    The added OMathPhantom instance.
    See Also