XlInsertShiftDirection Enumeration 

Specifies the direction in which to shift cells during an insertion.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlInsertShiftDirection1 As XlInsertShiftDirection = XlInsertShiftDirection.xlShiftDown

Syntax

Public Enum XlInsertShiftDirection
public enum XlInsertShiftDirection
public enum class XlInsertShiftDirection
public enum XlInsertShiftDirection
public enum XlInsertShiftDirection

Members

Member name Description
xlShiftDown Shift cells down.
xlShiftToRight Shift cells to the right.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace