Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / InsertSymbol Method
The symbol character.
The character font name.
The target InsertLocation for the insertion.

In This Topic
    InsertSymbol Method
    In This Topic
    Inserts a Symbol into this collection at a specified location.
    Syntax
    'Declaration
     
    Public Function InsertSymbol( _
       ByVal character As System.Char, _
       ByVal fontName As System.String, _
       ByVal location As InsertLocation _
    ) As Symbol
    public Symbol InsertSymbol( 
       System.char character,
       System.string fontName,
       InsertLocation location
    )

    Parameters

    character
    The symbol character.
    fontName
    The character font name.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Symbol.
    See Also