'inRange()' Syntax, Parameters and Note : inRange « Javascript Methods « JavaScript Reference

'inRange()' Syntax, Parameters and Note

Note:

Is the specified range inside another range. 
Returns true or false.
    
Syntax:
    
textRangeName.inRange(param1)

Parameters:
    param1   Required; the text range that may or may not be contained 
                       within textRangeName. 

    

      
      








Related examples in the same category

1.'inRange()' Example
2.'inRange()' is applied to