Spread 8.0 Documentation
SSDeSelectBlock Function
Support Options
DLL Reference > DLL Functions > SSDeSelectBlock Function

Glossary Item Box

SSDeSelectBlock Function


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Deselects all selected cells.

Syntax

C

BOOL SSDeSelectBlock(HWND hWnd);

C++

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

Copyright © GrapeCity, inc. All rights reserved.