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

Glossary Item Box

ClearSelection Method


See Also    DLL    Example

Applies To

fpSpread control

Description

Deselects all selected cells on the sheet.

Syntax

C++

void CSpreadSheet::ClearSelection( );

Visual Basic

fpSpread1.ClearSelection( )

Remarks

Using the ClearSelection method does not change the location of the active cell.

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

None

See Also

AllowMultiBlocks, Sheet properties

AddSelection, GetSelection, SetSelection methods

DLL Correspondence

SSDeSelectBlock function

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