[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddBox

AddBox Method

AddBox()

Adds a new OMathBox to the collection at the End location.

Declaration
public OMathBox AddBox()
Public Function AddBox() As OMathBox
Returns
Type Description
OMathBox

The added OMathBox instance.

AddBox(string)

Adds a new OMathBox to the collection at the End location.

Declaration
public OMathBox AddBox(string baseText)
Public Function AddBox(baseText As String) As OMathBox
Parameters
Type Name Description
string baseText

The structure base element text.

Returns
Type Description
OMathBox

The added OMathBox instance.