SpreadJS Documentation
SelectionUnit Enumeration
Specifies the smallest unit users or the application can select.
Members
MemberDescription
CellIndicates that the smallest unit that can be selected is a cell.
ColumnIndicates that the smallest unit that can be selected is a column.
RowIndicates that the smallest unit that can be selected is a row.
Example
This example sets the unit type.
activeSheet.selectionUnit(GcSpread.Sheets.SelectionUnit.Row);
activeSheet.selectionPolicy(GcSpread.Sheets.SelectionPolicy.Range);
Inheritance Hierarchy

Object
   GcSpread.Sheets.SelectionUnit

See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.