Spread 8.0 Documentation
IsCellSelected Method
Support Options
ActiveX Reference > ActiveX Methods > IsCellSelected Method

Glossary Item Box

IsCellSelected Method


See Also    DLL    Example

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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.