wijmo.grid Namespace > selection type : addColumns Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.grid.selection(); // Parameters var start; // Type: number var end; // Type: number instance.addColumns(start, end); |
// Add the first column to the current selection.
selectionObj.addColumns(0);