var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.setActiveCell(row, col, rowViewportIndex, colViewportIndex);
function setActiveCell( row : number, col : number, rowViewportIndex : number, colViewportIndex : number ) : any;
Parameters
- row
- The row index of the cell.
- col
- The column index of the cell.
- rowViewportIndex
- The row viewport index of the cell.
- colViewportIndex
- The column viewport index of the cell.