SSpread.SelBlockRow2 Property
Refers to the row number at the bottom of the selected cell block.
This property is read-only. The initial value is 0.
You can get the position of the selected cell block in combination with the SelBlockCol, SelBlockRow and SelBlockCol2 properties. If all rows are selected, the SelBlockRow and SelBlockRow2 properties will be -1.
To see if a cell block is selected, look at the IsBlockSelected property. To select a cell block, use the SetSelection method.
Related Items
IsBlockSelected, SelBlockCol, SelBlockRow, SelBlockCol2 properties
SetSelection method