IsCellSelected Method
Applies To
fpSpread control
Description
Determines if a cell is selected.
Syntax
C++
BOOL CSpreadSheet::IsCellSelected (long Col, long Row);
Visual Basic
fpSpread.IsCellSelected(ByVal Col As Long, ByVal Row As Long) As Boolean
Parameters
The following parameters are available:
Parameter | Description |
Col | Column number of selected cell |
Row | Row number of selected cell |
Remarks
This method is called for the current sheet setting unless you first set the Sheet property to specify the sheet with which you want to work.
Return Type
True if the cell is selected; otherwise, False.
See Also
Sheet property
DLL Correspondence
SSIsCellInSelection function