Grid.SetDragAndDrop

Grid.SetDragAndDrop ( 

string  ObjectName,

boolean Enable = true )

Description

Sets whether cells can be dragged and dropped by the user in a grid object.

Parameters

ObjectName

(string) The name of the grid object.

Enable

(boolean) Whether drag and drop is enabled. This is an optional argument and if omitted will default to true.

VALUE

DESCRIPTION

true

Enable drag and drop. (Default)

false

Disable drag and drop.

Returns

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

See also:  Related Actions