[]
        
(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()
Public Function AddBar() As OMathBar
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)
Public Function AddBar(baseText As String) As OMathBar
Parameters
Type Name Description
string baseText

The structure base element text.

Returns
Type Description
OMathBar

The added OMathBar instance.