'宣言 Public Overloads Shared Function ReplaceText( _ ByVal range As C1TextRange, _ ByVal text As System.String _ ) As C1TextRange
public static C1TextRange ReplaceText( C1TextRange range, System.string text )
パラメータ
- range
- C1.WPF.RichTextBox.Documents.C1TextRange。
- text
- 挿入するテキストを含む文字列。
戻り値の型
挿入されたテキストを囲む範囲。