API Reference
Class
LegacyXlsCalculationSettings
Calculation settings parsed from BIFF calculation records.
Inheritance
- Object
- LegacyXlsCalculationSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public LegacyXlsCalculationSettings() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<LegacyXlsCalculationSettingRecord> Records { get; } #Gets the source calculation records in workbook order.
public Nullable<LegacyXlsCalculationMode> Mode { get; set; } #Gets the last parsed calculation mode.
public Nullable<Int16> IterationCount { get; set; } #Gets the last parsed maximum iteration count.
public Nullable<Boolean> FullPrecision { get; set; } #Gets whether the workbook uses full calculation precision.
public Nullable<Boolean> A1ReferenceMode { get; set; } #Gets whether formulas use A1 reference style.
public Nullable<Double> Delta { get; set; } #Gets the last parsed maximum calculation change for iterative calculation.
public Nullable<Boolean> IterationEnabled { get; set; } #Gets whether iterative calculation is enabled.
public Nullable<Boolean> RecalculateBeforeSave { get; set; } #Gets whether formulas are recalculated before saving.