[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.Delete

Delete Method

Delete(DeleteShiftDirection)

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.
Declaration
void Delete(DeleteShiftDirection shiftDirection = DeleteShiftDirection.Auto)
Sub Delete(Optional shiftDirection As DeleteShiftDirection = DeleteShiftDirection.Auto)
Parameters
Type Name Description
DeleteShiftDirection shiftDirection