Back to Devexpress

TextAreaBase.ReplaceText Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-textareabase-dot-replacetext.md

latest921 B
Original Source

TextAreaBase.ReplaceText Method

NameParametersDescription
ReplaceText(TextRange, String)range, newTextReplaces the specified text range with new text.
ReplaceText(IList<TextRange>, String)ranges, newTextReplaces the specified text ranges with new text.
ReplaceText(String, String, TextSearchOptions)oldText, newText, optionsReplaces all occurrences of the specified text with new text. You can also specify search options.