Grid.EditCopy

Grid.EditCopy ( 

string  ObjectName )

Description

Copies the currently selected cells to the clipboard. This action is mapped to the Ctrl+C 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