IsLocationInRegion
- Parameters
whichRegion regionwhichLocation locationThe location with the coordinates of the cell to be checked.
- comment
Checks whether a point is contained within a region.
- note
Returns false if
whichRegionorwhichLocationis null.- note
See:
IsPointInRegion- patch
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
boolean- Source code
native IsLocationInRegion takes region whichRegion, location whichLocation returns boolean