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

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

    Parameters

    baseText
    The structure base element text.

    Return Value

    The added OMathBorderBox instance.
    See Also