SSpread.SelBlockCol Property
Refers to the leftmost column 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 SelBlockCol2, SelBlockRow, and SelBlockRow2 properties. If all columns are selected, the SelBlockCol, SelBlockCol2 property 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, SelBlockCol2, SelBlockRow, SelBlockRow2 properties
SetSelection method