TextRange2.InsertSymbol Method
Inserts a symbol from the specified font set into the range of text represented by the TextRange2 object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function InsertSymbol ( _
FontName As String, _
CharNumber As Integer, _
Unicode As MsoTriState _
) As TextRange2
'Usage
Dim instance As TextRange2
Dim FontName As String
Dim CharNumber As Integer
Dim Unicode As MsoTriState
Dim returnValue As TextRange2
returnValue = instance.InsertSymbol(FontName, _
CharNumber, Unicode)
TextRange2 InsertSymbol(
string FontName,
int CharNumber,
MsoTriState Unicode
)
Parameters
FontName
Type: System.StringThe name of the font set.
CharNumber
Type: System.Int32The number of the symbol.
Unicode
Type: Microsoft.Office.Core.MsoTriStateIndicates whether the value of the symbol is specified as a unicode value.
Return Value
Type: Microsoft.Office.Core.TextRange2
TextRange2