SelBlockRow Property
Applies To
fpSpread control
Description
Returns the row number of the top row of a selected block of cells. This property is available at run time only.
Syntax
long CSpreadSheet::GetSelBlockRow( );
[form.]fpSpread.SelBlockRow
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 SelBlockRow2 properties to return the column numbers of the left and right columns and the row number of the bottom row of a selected block of cells.
Data Type
Long Integer
See Also
IsBlockSelected, SelBlockCol, SelBlockCol2, SelBlockRow2, Sheet properties
BlockSelected event
GetSelection, SetSelection methods
DLL Correspondence
SSGetActiveCell, SSGetSelectBlock functions