'宣言 Public Shared Function InsertText( _ ByVal position As C1TextPointer, _ ByVal text As System.String _ ) As C1TextRange
public static C1TextRange InsertText( C1TextPointer position, System.string text )
パラメータ
- position
- テキストを挿入する位置の C1.WPF.RichTextBox.Documents.C1TextPointer。
- text
- 挿入するテキスト。
戻り値の型
挿入されたテキストの開始位置。