Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / AddSymbol Method
The symbol character.
The character font name.

In This Topic
    AddSymbol Method (TextCollection)
    In This Topic
    Adds a Symbol to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Function AddSymbol( _
       ByVal character As System.Char, _
       ByVal fontName As System.String _
    ) As Symbol
    public Symbol AddSymbol( 
       System.char character,
       System.string fontName
    )

    Parameters

    character
    The symbol character.
    fontName
    The character font name.

    Return Value

    The added Symbol.
    See Also