Spread for WPF allows you to search for specific content, like text, values, or formulas, in a specified range of cells using the Find method of the IRange interface. This method provides various parameters, such as FindLookIn, LookAt, SearchOrder, SearchDirection, MatchCase, etc. to enhance your search capabilities and get precise results.
Additionally, the FindNext and FindPrevious methods help you locate the next or previous cells that match the same criteria.
The GIF below shows how to search using the FindNext method.
The following example code searches for "0" in the "Order" column and uses the FindNext method to find the next matching value within the defined range of cells.