DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddBorderBox Method / AddBorderBox(String) Method
The structure base element text.

In This Topic
AddBorderBox(String) Method
In This Topic
Adds a new OMathBorderBox to the collection at the InsertLocation.End location.
Syntax
'Declaration
 
Public Overloads Function AddBorderBox( _
   ByVal baseText As System.String _
) As OMathBorderBox
 

Parameters

baseText
The structure base element text.

Return Value

The added OMathBorderBox instance.
See Also