DLL
To allow users to drag and drop cells
Call the SSSetBool function and set the parameters as follows:
- Set the nIndex parameter to SSB_ALLOWDRAGDROP.
-
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.