TextRange2.InsertSymbol(String, Int32, MsoTriState) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定字体集中的符号插入对象表示 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