var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.selectionUnit(value);
function selectionUnit( value : SelectionUnit ) : any;
Parameters
- value
- Whether users can select cells, rows, or columns.
Return Value
If no value is set, returns the selection unit setting; otherwise, returns the sheet.