OfficeTextArea.FindText(String, TextSearchOptions) Method
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| text | String |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| options | TextSearchOptions | null |
Returns
| Type | Description |
|---|---|
| IList<TextRange> | A list of text ranges that are occurrences of the specified text. |
See Also