var instance = new wijmo.grid.selection(); // Parameters var start; // Type: number var end; // Type: number instance.addRows(start, end);
Parameters
- start
- The index of the first row to select.
- end
- The index of the last row to select.
var instance = new wijmo.grid.selection(); // Parameters var start; // Type: number var end; // Type: number instance.addRows(start, end);
// Add the first row to the selection.
selectionObj.addRows(0);