|
find()Method of the find(stringToFind, in_Region)Finds the string stringToFind in a rectangular region defined by inRegion. stringToFind String to find. in_Region The inRegion can be created prior to the call to find() with the region.createRegion() method. It depends on the type of data source how a region is defined; see createRegion(). The Use |
|