ExcelDeleteShiftDirection Enumeration

Describes how the cells are shifted to replace deleted cells.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public enum ExcelDeleteShiftDirection

Members

ShiftLeft0 Cells are shifted to the left
ShiftUp1 Cells are shifted up

See Also