GC.Spread.Sheets Namespace : SelectionPolicy Enumeration |
Member | Description |
---|---|
multiRange | Allows users to select single items and ranges of items, including multiple ranges. |
range | Allows users to select single items and ranges of items, but not multiple ranges. |
single | Allows users to only select single items. |
activeSheet.selectionUnit(GC.Spread.Sheets.SelectionUnit.row); activeSheet.selectionPolicy(GC.Spread.Sheets.SelectionPolicy.range);
Object
GC.Spread.Sheets.SelectionPolicy