Compartilhar via


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

Definição

Insere um símbolo do conjunto de fontes especificado no intervalo de texto representado pelo 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

O nome do conjunto de fontes.

CharNumber
Int32

O número do símbolo.

Unicode
MsoTriState

Indica se o valor do símbolo é especificado como um valor unicode.

Retornos

TextRange2

Aplica-se a