Grid.EditCut

Grid.EditCut (

string ObjectName )

Description

Cuts the currently selected cells to the clipboard. This deletes the cell's contents. This action is mapped to the Ctrl+X keystroke. Cells are copies in plain text, tab-delimited format. This allows the text to be pasted easily into a text editor or a spreadsheet program like Excel.

Parameters

ObjectName

(string) The name of the grid object.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions