Version

targetCell Property

Contains reference to the top left cell during paste operation. Data from the clipboard is pasted to the right and to the bottom off of this cell.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_targetCell() : {Any}
function set_targetCell(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClipboardEventArgs.get_targetCell();
See Also