SelectionUnit Enumeration
In This Topic
Specifies the smallest unit users or the application can select.
Members
| Member | Description |
| cell | Indicates that the smallest unit that can be selected is a cell. |
| column | Indicates that the smallest unit that can be selected is a column. |
| row | Indicates that the smallest unit that can be selected is a row. |
Example
This example sets the unit type.
activeSheet.selectionUnit(GC.Spread.Sheets.SelectionUnit.row);
activeSheet.selectionPolicy(GC.Spread.Sheets.SelectionPolicy.range);
Inheritance Hierarchy
Object
GC.Spread.Sheets.SelectionUnit
See Also