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)
Syntax
'Declaration
Public Enumeration XlInsertShiftDirection
'Usage
Dim instance As XlInsertShiftDirection
public enum XlInsertShiftDirection
Members
Member name | Description | |
---|---|---|
xlShiftDown | Shift cells down. | |
xlShiftToRight | Shift cells to the right. |