Grid.EditCopy

Grid.EditCopy (

string ObjectName )

Example 1

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

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

See also: Related Actions