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

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

    Return Value

    The added OMathBar instance.
    See Also