Grid.EditPaste

Grid.EditPaste ( 

string  ObjectName )

Example 1

-- Pastes the contents of the clipboard to the currently selected cell
Grid.EditCut("Grid1");

This is the same as the user doing CTRL + V.

See also:  Related Actions