DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertLimitLower Method / InsertLimitLower(InsertLocation) Method
The target InsertLocation for the insertion.

In This Topic
InsertLimitLower(InsertLocation) Method
In This Topic
Inserts a new OMathLimitLower into the collection at the specified location.
Syntax
'Declaration
 
Public Overloads Function InsertLimitLower( _
   ByVal location As InsertLocation _
) As OMathLimitLower
 

Parameters

location
The target InsertLocation for the insertion.

Return Value

The inserted OMathLimitLower instance.
See Also