XlDeleteShiftDirection Enumeration

Specifies how to shift cells to replace deleted cells.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlDeleteShiftDirection
'Usage
Dim instance As XlDeleteShiftDirection
public enum XlDeleteShiftDirection

Members

Member name Description
xlShiftToLeft Cells are shifted to the left.
xlShiftUp Cells are shifted up.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace