[]
        
(Showing Draft Content)

GC.Spread.Sheets.SelectionPolicy

Enumeration: SelectionPolicy

Spread.Sheets.SelectionPolicy

Specifies how users can select items in the control.

example

//This example sets the selection policy.
activeSheet.selectionUnit(GC.Spread.Sheets.SelectionUnit.row);
activeSheet.selectionPolicy(GC.Spread.Sheets.SelectionPolicy.range);

Table of contents

Enumeration members

Enumeration members

multiRange

multiRange = 2

Allows users to select single items and ranges of items, including multiple ranges.


range

range = 1

Allows users to select single items and ranges of items, but not multiple ranges.


single

single = 0

Allows users to only select single items.