DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertBar Method / InsertBar(String,InsertLocation) Method
The structure base element text.
The target InsertLocation for the insertion.

In This Topic
InsertBar(String,InsertLocation) Method
In This Topic
Inserts a new OMathBar into the collection at the specified location.
Syntax
'Declaration
 
Public Overloads Function InsertBar( _
   ByVal baseText As System.String, _
   ByVal location As InsertLocation _
) As OMathBar
 

Parameters

baseText
The structure base element text.
location
The target InsertLocation for the insertion.

Return Value

The inserted OMathBar instance.
See Also