Share via


TextRange.Find Property

Publisher Developer Reference

Returns a FindReplace object from the specified TextRange object. The FindReplace object is used to perform a text search and replace in the specified text range.

Syntax

expression.Find

expression   A variable that represents a TextRange object.

See Also