API Reference
ExcelMutationPlanOptions
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
- Method ExcelRange.CopyTo
- Method ExcelRange.Delete
- Method ExcelRange.Insert
- Method ExcelRange.MoveTo
- Method ExcelRange.TransposeTo
- Method ExcelSheet.CopyRange
- Method ExcelSheet.DeleteCells
- Method ExcelSheet.DeleteColumns
- Method ExcelSheet.DeleteRowsTransactional
- Method ExcelSheet.InsertCells
- Method ExcelSheet.InsertColumns
- Method ExcelSheet.InsertRowsTransactional
- Method ExcelSheet.MoveRange
- Method ExcelSheet.PlanCopyRange
- Method ExcelSheet.PlanDeleteCells
- Method ExcelSheet.PlanDeleteColumns
- Method ExcelSheet.PlanDeleteRows
- Method ExcelSheet.PlanInsertCells
- Method ExcelSheet.PlanInsertColumns
- Method ExcelSheet.PlanInsertRows
- Method ExcelSheet.PlanMoveRange
- Method ExcelSheet.PlanTransposeRange
- Method ExcelSheet.TransposeRange
Constructors
public ExcelMutationPlanOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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.