[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextCollection.AddSymbol

AddSymbol Method

AddSymbol(char, string)

Adds a Symbol to this collection at the End location.

Declaration
public Symbol AddSymbol(char character, string fontName)
Public Function AddSymbol(character As Char, fontName As String) As Symbol
Parameters
Type Name Description
char character

The symbol character.

string fontName

The character font name.

Returns
Type Description
Symbol

The added Symbol.