Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To allow users to drag and drop cells

Call the SSSetBool function and set the parameters as follows:

  1. Set the nIndex parameter to SSB_ALLOWDRAGDROP.
  2. Set the bNewVal parameter to TRUE.

    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.