Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / AddBox Method / AddBox(String) Method
The structure base element text.

In This Topic
    AddBox(String) Method
    In This Topic
    Adds a new OMathBox to the end of the Office Math element.
    Syntax
    'Declaration
     
    Public Overloads Function AddBox( _
       ByVal baseText As System.String _
    ) As OMathBox
    public OMathBox AddBox( 
       System.string baseText
    )

    Parameters

    baseText
    The structure base element text.

    Return Value

    The added OMathBox instance.
    See Also