[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.Insert

Insert Method

Insert(InsertShiftDirection)

Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space.

Specifies which way to shift the cells.
Declaration
void Insert(InsertShiftDirection shiftDirection = InsertShiftDirection.Auto)
Sub Insert(Optional shiftDirection As InsertShiftDirection = InsertShiftDirection.Auto)
Parameters
Type Name Description
InsertShiftDirection shiftDirection