wijmo.grid Namespace > selection type : removeColumns Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.grid.selection(); // Parameters var start; // Type: number var end; // Type: number instance.removeColumns(start, end); |
// Remove the first columm from the selection.
selectionObj.removeColumns(0);