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