NativeExcel for .Net Developer's Reference

IRange.Insert Method

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

Overload List

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

[Visual Basic] Sub Insert()
[C#] void Insert();
[C++] void Insert();
[JScript] function Insert();

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

[Visual Basic] Sub Insert(ByVal XlInsertShiftDirection)
[C#] void Insert(XlInsertShiftDirection);
[C++] void Insert(XlInsertShiftDirection);
[JScript] function Insert(XlInsertShiftDirection);

See Also

IRange Interface | NativeExcel Namespace | Delete Method