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