var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.selectionPolicy(value);
function selectionPolicy( value : SelectionPolicy ) : any;
Parameters
- value
- Whether users can select single items, ranges, or a combination of both.
Return Value
If no value is set, returns the selection policy setting; otherwise, returns the sheet.