SetSearchArea
This method sets the area on the document in which to search.
Syntax
SetSearchArea (SearchAreaIndex as Long, Left as Long, Top as Long,
Width as Long, Height as Long)
Parameter | Description |
---|---|
SearchAreaIndex | Index of the area.
Possible values
|
Left | Distance in percent from left border of document. |
Top | Distance in percent from top of document. |
Width | Search area width in percent. |
Height | Search area height in percent. |