Grid.EditCut

Grid.EditCut ( 

string  ObjectName )

Example 1

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

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

See also:  Related Actions