AddSymbol Method (TextCollection)
In This Topic
Adds a
Symbol to this collection at the
InsertLocation.End location.
Syntax
'Declaration
Public Function AddSymbol( _
ByVal As System.Char, _
ByVal As System.String _
) As Symbol
public Symbol AddSymbol(
System.char ,
System.string
)
Parameters
- character
- The symbol character.
- fontName
- The character font name.
Return Value
See Also