Skip to main content
All docs
V26.1
  • OfficeTextArea.FindText(String, TextSearchOptions) Method

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public IList<TextRange> FindText(
        string text,
        TextSearchOptions options = null
    )

    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