Click or drag to resize

ExcelDeleteShiftDirection Enumeration

Describes how the cells are shifted to replace deleted cells.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public enum ExcelDeleteShiftDirection
Members
Member nameValueDescription
ShiftLeft0 Cells are shifted to the left
ShiftUp1 Cells are shifted up
See Also