[]
Deletes a cell or a range of cells from the worksheet and shifts other cells to replace deleted cells.
Specifies which way to shift the cells.void Delete(DeleteShiftDirection shiftDirection = DeleteShiftDirection.Auto)
Sub Delete(Optional shiftDirection As DeleteShiftDirection = DeleteShiftDirection.Auto)
Type | Name | Description |
---|---|---|
DeleteShiftDirection | shiftDirection |