Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SubDocument.FindAll Method

Name Parameters Description
FindAll(String, SearchOptions, DocumentRange) textToFind, options, range Finds all text ranges that match the specified string in the specified document range.
FindAll(String, SearchOptions) textToFind, options Finds all text ranges that match the specified string in the specific part of the document (main body, text box, header, footer, comment, footnote, and endnote).
FindAll(Regex, DocumentRange) regex, range Finds all occurrences of a character pattern specified by the regular expression.
FindAll(Regex) regex Finds all occurrences of a character pattern specified by the regular expression.