Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SearchOptions Class

Contains options affecting search in a document.

Namespace: DevExpress.Spreadsheet

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

Declaration

public class SearchOptions

Remarks

Use the IWorkbook.Search, Worksheet.Search or CellRange.Search method with a SearchOptions instance passed as a parameter to perform a search with the required settings.

Inheritance

Object
SearchOptions
See Also