API Reference

Enum

ExcelRowMutationKind

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

Kind of structural row mutation represented by an ExcelRowMutationPlan.

Inheritance

  • Enum
  • ExcelRowMutationKind

Usage

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

Values

public const ExcelRowMutationKind Insert #

Insert blank rows before the first affected row.

Value: 0
public const ExcelRowMutationKind Delete #

Delete rows starting at the first affected row.

Value: 1