[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextCollection.InsertSymbol

InsertSymbol Method

InsertSymbol(char, string, InsertLocation)

Inserts a Symbol into this collection at a specified location.

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

The symbol character.

string fontName

The character font name.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Symbol

The inserted Symbol.