Skip to main content
A newer version of this page is available. .
Row

SearchOptions.MatchEntireCellContents Property

Gets or sets a value indicating whether or not to search for cells whose contents are exactly alike.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public bool MatchEntireCellContents { get; set; }

Property Value

Type Description
Boolean

true, to restrict the search to the entire cell content; otherwise, false.

Remarks

Set the MatchEntireCellContents property to true to search for an exact match of characters specified by the search term. For example, searching for “Order” matches the cell values “Order” or “order” (if capitalization is not taken into account), but not “Orders” or “Order Details” or other values containing the specific text anywhere inside the cell.

For more information about how to perform a search in the document, see Find and Replace.

The following code snippets (auto-collected from DevExpress Examples) contain references to the MatchEntireCellContents property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also