Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To move data using drag and drop

  1. Call the SSSetBool function and set the SSB_ALLOWDRAGDROP boolean to TRUE.
  2. In your application, select the cell or cells you want to move using the mouse.
  3. Position the mouse pointer over the edge of the selection so that the arrow pointer appears.
  4. Press the left mouse button and drag the cell or cells.
  5. Release the left mouse button when the mouse pointer is over the drop location.

Note: When the wMode parameter of the SSSetOperationMode function is set to SS_OPMODE_ROWMODE and the SSB_ALLOWDRAGDROP boolean of the SSSetBool function is set 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.

Copyright © GrapeCity, inc. All rights reserved.