Link Search Menu Expand Document

SSpread.SelectBlockOptions Property

Sets the types of cell blocks that can be selected.

Specify a combination of the following values. The initial value is 15 (all combinations below).

Constant Value Description
$SelectBlockOptionsColumns 1 Column selection
Click the column header to select the entire column
$SelectBlockOptionsRows 2 Row selection
Click the row header to select the entire row
$SelectBlockOptionsBlocks 4 Cell block selection
Drag a cell to select a range of cells
$SelectBlockOptionsAll 8 Select all
Click on the top left corner of the spreadsheet to select the whole

Example of usage

SelectBlockOptions = $SelectBlockOptionsColumns + $SelectBlockOptionsRows;