ActiveX
To move data using drag and drop
- Set the AllowDragDrop property to True.
- In your application, select the cell or cells you want to move using the mouse.
- Position the mouse pointer over the edge of the selection so that the arrow pointer appears.
- Press the left mouse button and drag the cell or cells.
- Release the left mouse button when the mouse pointer is over the drop location.
Note: When the OperationMode property is set to 2 (Row Mode), if you set the AllowDragDrop property to True and you drag and drop a cell or block of cells, the entire row or rows containing the selected cell or cells are dragged and dropped. |