Partager via


TextRange2.InsertSymbol(String, Int32, MsoTriState) Méthode

Définition

Insère un symbole du jeu de polices spécifié dans la plage de texte représentée par l’objet TextRange2 .

public Microsoft.Office.Core.TextRange2 InsertSymbol (string FontName, int CharNumber, Microsoft.Office.Core.MsoTriState Unicode = Microsoft.Office.Core.MsoTriState.msoFalse);
abstract member InsertSymbol : string * int * Microsoft.Office.Core.MsoTriState -> Microsoft.Office.Core.TextRange2
Public Function InsertSymbol (FontName As String, CharNumber As Integer, Optional Unicode As MsoTriState = Microsoft.Office.Core.MsoTriState.msoFalse) As TextRange2

Paramètres

FontName
String

Nom du jeu de polices.

CharNumber
Int32

Numéro du symbole.

Unicode
MsoTriState

Indique si la valeur du symbole est spécifiée en tant que valeur Unicode.

Retours

TextRange2

S’applique à