Show / Hide Table of Contents

Class CalculationProperties

Represents the calculation properties of a workbook.

Inheritance
System.Object
CalculationProperties
Namespace: DRIT.Spreadsheet.Calculation
Assembly: DRIT.Spreadsheet.dll
Syntax
public class CalculationProperties : object

Constructors

CalculationProperties()

Declaration
public CalculationProperties()

Properties

CalcCompleted

Declaration
public bool CalcCompleted { get; set; }
Property Value
Type Description
System.Boolean

CalcId

Declaration
public int CalcId { get; set; }
Property Value
Type Description
System.Int32

CalcOnSave

Declaration
public bool CalcOnSave { get; set; }
Property Value
Type Description
System.Boolean

CalculationMode

Declaration
public CalculationMode CalculationMode { get; set; }
Property Value
Type Description
CalculationMode

ConcurrentCalc

Declaration
public bool ConcurrentCalc { get; set; }
Property Value
Type Description
System.Boolean

ConcurrentManualCount

Declaration
public int? ConcurrentManualCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ForceFullCalc

Declaration
public bool ForceFullCalc { get; set; }
Property Value
Type Description
System.Boolean

FullCalcOnLoad

Declaration
public bool FullCalcOnLoad { get; set; }
Property Value
Type Description
System.Boolean

FullPrecision

Declaration
public bool FullPrecision { get; set; }
Property Value
Type Description
System.Boolean

Iterate

Declaration
public bool Iterate { get; set; }
Property Value
Type Description
System.Boolean

IterateDelta

Declaration
public double IterateDelta { get; set; }
Property Value
Type Description
System.Double

IterationCount

Declaration
public int IterationCount { get; set; }
Property Value
Type Description
System.Int32

RefMode

Declaration
public ReferenceMode RefMode { get; set; }
Property Value
Type Description
ReferenceMode
Back to top Generated by DocFX