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

Glossary Item Box

SSIsCellInSelection Function


See Also    ActiveX

Applies To

fpSpread DLL control

Description

Determines whether the specified cell is within the selected block or blocks of cells.

Syntax

C

BOOL SSIsCellInSelection(HWND hWnd, SS_COORD Col, SS_COORD Row);

C++

BOOL TSpread::IsCellInSelection(SS_COORD Col, SS_COORD Row);

Parameters

The following parameters are available:

Parameter Description
hWnd Window handle of the fpSpread control
Col Column number of cell
Row Row number of cell

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.

Return Value

TRUE if the function completes successfully; FALSE otherwise.

See Also

SSAddMultiSelBlocks, SSGetMultiSelBlocks, SSGetSelBlockOptions, SSGetSelectBlock, SSSetMultiSelBlocks, SSSetSelBlockOptions, SSSetSelectBlock, SSSetSheet functions

ActiveX Correspondence

IsCellSelected method

Copyright © GrapeCity, inc. All rights reserved.