var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.setSelection(row, column, rowCount, columnCount);
function setSelection( row : number, column : number, rowCount : number, columnCount : number ) : any;
Parameters
- row
- The row index of the first cell to add.
- column
- The column index of the first cell to add.
- rowCount
- The number of rows to add.
- columnCount
- The number of columns to add.