Click or drag to resize

Table Find Method

Finds text by specified pattern.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override TextSelection Find(
	Regex pattern
)

Parameters

pattern
Type: System.Text.RegularExpressions Regex
The pattern.

Return Value

Type: TextSelection
See Also