wijmo.grid Namespace > selection type : removeRows Method |
Javascript (Usage) | |
---|---|
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);