API Reference

Class

ExcelMutationResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Result of one committed structural mutation.

Inheritance

  • Object
  • ExcelMutationResult

Usage

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

Properties

public Int32 AffectedCells { get; } #

Number of cells moved, copied, inserted, or removed.

public IReadOnlyList<ExcelMutationDiagnostic> Diagnostics { get; } #

Bounded Open XML diagnostics captured after the edit.

public Boolean PackageIsValid { get; } #

Whether no error diagnostics were produced.