API Reference

Class

ExcelMutationPlanOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Controls resource use while an Excel structural mutation plan is inspected.

Inheritance

  • Object
  • ExcelMutationPlanOptions

Usage

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

Accepted by parameters

Constructors

public ExcelMutationPlanOptions() #

Properties

public Int32 MaximumScannedElements { get; set; } #

Maximum Open XML parts and elements admitted for one dry-run inspection phase. Unloaded package XML is bounded before materialization, and the impact scan applies the same limit independently before semantic mutation preflight is allowed to run.

public Int64 MaximumScannedCharacters { get; set; } #

Maximum XML characters admitted per lazily loaded part before semantic inspection. The same value is also applied as a conservative aggregate decompressed-byte ceiling across all lazily loaded XML parts, before any Open XML DOM is materialized.

public Int32 MaximumAffectedCells { get; set; } #

Maximum cells that a planned grid operation may inspect or move.

public Int64 MaximumSnapshotCharacters { get; set; } #

Maximum XML characters retained for transactional rollback.

public Int32 MaximumDiagnostics { get; set; } #

Maximum post-edit package diagnostics returned to the caller.