[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertBar

InsertBar Method

InsertBar(InsertLocation)

Inserts a new OMathBar into the collection at the specified location.

Declaration
public OMathBar InsertBar(InsertLocation location)
Public Function InsertBar(location As InsertLocation) As OMathBar
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathBar

The inserted OMathBar instance.

InsertBar(string, InsertLocation)

Inserts a new OMathBar into the collection at the specified location.

Declaration
public OMathBar InsertBar(string baseText, InsertLocation location)
Public Function InsertBar(baseText As String, location As InsertLocation) As OMathBar
Parameters
Type Name Description
string baseText

The structure base element text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathBar

The inserted OMathBar instance.