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 elements inspected while building a dry-run impact summary. The bounded scan completes before semantic mutation preflight is allowed to run.

public Int64 MaximumScannedCharacters { get; set; } #

Maximum XML characters read while pre-scanning one lazily loaded worksheet. This bounds decompressed worksheet text before its Open XML DOM is materialized.