Spread.Sheets Documentation
SelectionPolicy Enumeration
Specifies how users can select items in the control.
Members
MemberDescription
multiRangeAllows users to select single items and ranges of items, including multiple ranges.
rangeAllows users to select single items and ranges of items, but not multiple ranges.
singleAllows users to only select single items.
Example
This example sets the selection policy.
activeSheet.selectionUnit(GC.Spread.Sheets.SelectionUnit.row);
activeSheet.selectionPolicy(GC.Spread.Sheets.SelectionPolicy.range);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.SelectionPolicy

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.