Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddBox Method / AddBox() Method

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

    Return Value

    The added OMathBox instance.
    See Also