Spread 8.0 Documentation
IsBlockSelected Property
Support Options
ActiveX Reference > ActiveX Properties > IsBlockSelected Property

Glossary Item Box

IsBlockSelected Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Returns whether any blocks of cells are selected. This property is available at run time only.

Syntax

C++

BOOL CSpreadSheet::GetIsBlockSelected( );

Visual Basic

[form.]fpSpread.IsBlockSelected

Remarks

Use the IsBlockSelected property to determine if any blocks of cells are selected in the sheet. If blocks of cells are selected, you can use the GetSelection method and SelectionCount property to work with the selected blocks of cells.

This value is returned for the current sheet setting unless you first set the Sheet property to specify the sheet for which you are returning the property.

Data Type

Integer (Boolean)

See Also

SelectionCount, Sheet properties

GetSelection method

DLL Correspondence

SSGetSelectBlock function

Copyright © GrapeCity, inc. All rights reserved.