[]
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);
• cell = 0
Indicates that the smallest unit that can be selected is a cell.
• column = 2
Indicates that the smallest unit that can be selected is a column.
• row = 1
Indicates that the smallest unit that can be selected is a row.