TextRange2.InsertSymbol(String, Int32, MsoTriState) 方法

定义

将指定字体集中的符号插入对象表示 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

参数

FontName
String

字体集的名称。

CharNumber
Int32

符号的编号。

Unicode
MsoTriState

指示是否将符号的值指定为 Unicode 值。

返回

TextRange2

适用于