API Reference

Enum

ExcelStructuralMutationKind

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

Supported transactional worksheet mutation.

Inheritance

  • Enum
  • ExcelStructuralMutationKind

Usage

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

Values

public const ExcelStructuralMutationKind InsertColumns #

Insert complete columns.

Value: 0
public const ExcelStructuralMutationKind DeleteColumns #

Delete complete columns.

Value: 1
public const ExcelStructuralMutationKind InsertCellsRight #

Insert cells and shift existing cells right.

Value: 2
public const ExcelStructuralMutationKind InsertCellsDown #

Insert cells and shift existing cells down.

Value: 3
public const ExcelStructuralMutationKind DeleteCellsLeft #

Delete cells and shift remaining cells left.

Value: 4
public const ExcelStructuralMutationKind DeleteCellsUp #

Delete cells and shift remaining cells up.

Value: 5
public const ExcelStructuralMutationKind Copy #

Copy a cell range.

Value: 6
public const ExcelStructuralMutationKind Move #

Move a cell range.

Value: 7
public const ExcelStructuralMutationKind Transpose #

Copy and transpose a cell range.

Value: 8