Link Search Menu Expand Document

SSpread.AllowMultiBlocks Property

Set whether to allow the user to select multiple cells or cell blocks.

Specify $TRUE for multiple selections, and $FALSE for all others.

The initial value is $FALSE.

If multiple selections are allowed, user can select multiple cells by holding down the Ctrl key and selecting with the mouse.

Use the AddSelection method to select multiple cell blocks programmatically.

Each cell block selected multiple times can be obtained with the GetSelection method.

The selected number can be obtained with the SelectionCount property.

Related Item
SelectionCount property
AddSelection, GetSelection method