次の方法で共有


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

適用対象