GcSpread.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(GcSpread.Sheets.SelectionUnit.Row); activeSheet.selectionPolicy(GcSpread.Sheets.SelectionPolicy.Range);
Object
GcSpread.Sheets.SelectionPolicy