SSDeSelectBlock Function
Applies To
fpSpread DLL control
Description
Deselects all selected cells.
Syntax
BOOL SSDeSelectBlock(HWND hWnd);
BOOL TSpread::DeSelectBlock(void);
Parameters
The following parameter is available:
Parameter | Description |
hWnd | Window handle of the fpSpread control |
Remarks
This function is applied to the current sheet setting unless you first call the SSSetSheet function to specify the sheet for which you are calling this function.
Using the SSDeSelectBlock function does not change the location of the active cell.
This function is available only in normal operation mode. Specify the operation mode using the SSSetOperationMode function.
Return Value
TRUE if the function completes successfully; FALSE otherwise.
See Also
SSGetCurrSelBlockPos, SSGetSel, SSGetSelBlockOptions, SSGetSelectBlock, SSSetOperationMode, SSSetSel, SSSetSelBlockOptions, SSSetSelectBlock, SSSetSheet functions
ActiveX Correspondence
ClearSelection method