var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.tabStop(value);
function tabStop( value : boolean ) : any;
Parameters
- value
- Set to
true
to set focus to the cell using the Tab key.
Return Value
If no value is set, returns whether the user can set focus to the cell using the Tab key; otherwise, returns the cell.