Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertAccent Method / InsertAccent(String,String,InsertLocation) Method
The structure base element text.
The structure accent character, can be null.
The target InsertLocation for the insertion.

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

    Parameters

    baseText
    The structure base element text.
    character
    The structure accent character, can be null.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathAccent instance.
    See Also