[]
Delete a cell or a range of cells into the worksheet and shifts other cells.
void Delete(DeleteShiftDirection shift = (DeleteShiftDirection)-1)
Sub Delete(Optional shift As DeleteShiftDirection = -1)
Type | Name | Description |
---|---|---|
DeleteShiftDirection | shift | A DeleteShiftDirection value indicates which way to shift the cells. If this argument is omitted, Spread decides based on the shape of the range. |