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