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

Glossary Item Box

SelBlockRow2 Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Returns the row number of the bottom row of a selected block of cells. This property is available at run time only.

Syntax

C++

long CSpreadSheet::GetSelBlockRow2( );

Visual Basic

[form.]fpSpread.SelBlockRow2

Remarks

A return value of –1 designates that an entire column is selected.

This setting 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.

Use the SelBlockCol, SelBlockCol2, and SelBlockRow properties to return the column numbers of the left and right columns and the row number of the top row of a selected block of cells.

Data Type

Long Integer

See Also

IsBlockSelected, SelBlockCol, SelBlockCol2, SelBlockRow, Sheet properties

BlockSelected event

GetSelection, SetSelection methods

DLL Correspondence

SSGetActiveCell, SSGetSelectBlock functions

Copyright © GrapeCity, inc. All rights reserved.