var instance = new wijmo.grid.selection(); // Parameters var cellRange; // Type: cellInfoRange var x0; // Type: number var y0; // Type: number var x1; // Type: number var y1; // Type: number instance.removeRange(cellRange, x0, y0, x1, y1);
Parameters
- cellRange
- Cell range to remove.
- x0
- The x-coordinate that represents the top left cell of the range.
- y0
- The y-coordinate that represents the top left cell of the range.
- x1
- The x-coordinate that represents the bottom right cell of the range.
- y1
- The y-coordinate that represents the bottom right cell of the range.