[]
        
(Showing Draft Content)

GC.Spread.Sheets.SelectionUnit

Enumeration: SelectionUnit

Spread.Sheets.SelectionUnit

Specifies the smallest unit users or the application can select.

example

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

Table of contents

Enumeration members

Enumeration members

cell

cell = 0

Indicates that the smallest unit that can be selected is a cell.


column

column = 2

Indicates that the smallest unit that can be selected is a column.


row

row = 1

Indicates that the smallest unit that can be selected is a row.