var instance = new wijmo.grid.selection(); // Parameters var start; // Type: number var end; // Type: number instance.removeColumns(start, end);
Parameters
- start
- The index of the first column to remove.
- end
- The index of the last column to remove.
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);