Grid.EditPaste

Grid.EditPaste ( 

string  ObjectName )

Description

Pastes the contents of the clipboard to the grid object (if the data format on the clipboard is compatible.) This action is mapped to the Ctrl+V keystroke.

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