Compartir a través de


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

Definición

Inserta un símbolo del conjunto de fuentes especificado en el intervalo de texto representado por el TextRange2 objeto .

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

Parámetros

FontName
String

Nombre del conjunto de fuentes.

CharNumber
Int32

Número del símbolo.

Unicode
MsoTriState

Indica si el valor del símbolo se especifica en formato Unicode.

Devoluciones

TextRange2

Se aplica a