API Reference

Enum

ExcelCellShiftDirection

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Direction used when inserting or deleting a rectangular block of cells.

Inheritance

  • Enum
  • ExcelCellShiftDirection

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelCellShiftDirection Right #

Shift cells to the right.

Value: 0
public const ExcelCellShiftDirection Down #

Shift cells down.

Value: 1
public const ExcelCellShiftDirection Left #

Shift cells left.

Value: 2
public const ExcelCellShiftDirection Up #

Shift cells up.

Value: 3