[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddBar

AddBar Method

AddBar()

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

Declaration
public OMathBar AddBar()
Returns
Type Description
OMathBar

The added OMathBar instance.

AddBar(string)

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

Declaration
public OMathBar AddBar(string baseText)
Parameters
Type Name Description
string baseText

The structure base element text.

Returns
Type Description
OMathBar

The added OMathBar instance.