API Reference
Class
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 ExcelSheet.PlanDeleteRows
- Method ExcelSheet.PlanInsertRows
Constructors
public ExcelMutationPlanOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.