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

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

    Parameters

    baseText
    The structure base element text.

    Return Value

    The added OMathBar instance.
    See Also