Spread.Sheets 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(GC.Spread.Sheets.SelectionUnit.row);
activeSheet.selectionPolicy(GC.Spread.Sheets.SelectionPolicy.range);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.SelectionUnit

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.