'Declaration Public Overloads Function InsertRadical( _ ByVal radicandText As System.String, _ ByVal degreeText As System.String, _ ByVal location As InsertLocation _ ) As OMathRadical
public OMathRadical InsertRadical( System.string radicandText, System.string degreeText, InsertLocation location )
Parameters
- radicandText
- The structure radicand element text.
- degreeText
- The structure degree element text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathRadical instance.