SSpread.SelBlockRow Property
Browse to the top row number 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 SelBlockRow2 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, SelBlockRow2 properties
SetSelection method