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

'duplicate()' Syntax, Parameters and Note

Note:

Creates a duplicate of the specified TextRange object.
    
Syntax:
    
textRangeName.duplicate()

    

      
      








Related examples in the same category

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