Range Property (SearchResult)
In This Topic
Gets or sets the range of the text selected as part of the search result.
Syntax
'Declaration
Public Property Range As Range
public Range Range {get; set;}
Property Value
The text range that highlights the specific text found by the search.
See Also