Inserts a cell or a range of cells into the worksheet and shifts other cells away to make space.
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);
IRange Interface | NativeExcel Namespace | Delete Method