Finds text by specified pattern.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override TextSelection Find(
	Regex pattern
)
Public Overrides Function Find ( 
	pattern As Regex
) As TextSelection
public:
virtual TextSelection^ Find(
	Regex^ pattern
) override
abstract Find : 
        pattern : Regex -> TextSelection 
override Find : 
        pattern : Regex -> TextSelection 

Parameters

pattern
Regex
The pattern.

Return Value

TextSelection

See Also