使用英语阅读

通过


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

定义

将指定字体集中的符号插入对象表示 TextRange2 的文本范围。

C#
public Microsoft.Office.Core.TextRange2 InsertSymbol(string FontName, int CharNumber, Microsoft.Office.Core.MsoTriState Unicode = Microsoft.Office.Core.MsoTriState.msoFalse);

参数

FontName
String

字体集的名称。

CharNumber
Int32

符号的编号。

Unicode
MsoTriState

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

返回

TextRange2

适用于