Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertPhantom Method / InsertPhantom(String,Boolean,InsertLocation) Method
The structure argument element text.
Whether the argument element is visible but that the height is not taken into account in the spacing of the layout.
The target InsertLocation for the insertion.

In This Topic
    InsertPhantom(String,Boolean,InsertLocation) Method
    In This Topic
    Inserts a new OMathPhantom into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertPhantom( _
       ByVal argumentText As System.String, _
       ByVal smash As System.Boolean, _
       ByVal location As InsertLocation _
    ) As OMathPhantom
    public OMathPhantom InsertPhantom( 
       System.string argumentText,
       System.bool smash,
       InsertLocation location
    )

    Parameters

    argumentText
    The structure argument element text.
    smash
    Whether the argument element is visible but that the height is not taken into account in the spacing of the layout.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathPhantom instance.
    See Also