Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddBorderBox Method / AddBorderBox() Method

In This Topic
    AddBorderBox() Method
    In This Topic
    Adds a new OMathBorderBox to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddBorderBox() As OMathBorderBox
    public OMathBorderBox AddBorderBox()

    Return Value

    The added OMathBorderBox instance.
    See Also