[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Delete

Delete Method

Delete(DeleteShiftDirection)

Delete a cell or a range of cells into the worksheet and shifts other cells.

Declaration
void Delete(DeleteShiftDirection shift = (DeleteShiftDirection)-1)
Sub Delete(Optional shift As DeleteShiftDirection = -1)
Parameters
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.