バージョン

InsertTextRun(Int32,String) メソッド

関連する Paragraph の指定した順序位置に TextRun を挿入します。
シンタックス
'宣言
 
Public Overloads Function InsertTextRun( _
   ByVal index As Integer, _
   ByVal text As String _
) As Infragistics.Documents.Word.TextRun
public Infragistics.Documents.Word.TextRun InsertTextRun( 
   int index,
   string text
)

パラメータ

index
テキスト ランを挿入するこのコレクションの順序位置。
text
追加するテキスト。

戻り値の型

TextRun インスタンス。
参照