Interface CalcProperties

Calculation is the process of computing formulas and then displaying the results as values in the cells that contain the formulas

interface CalcProperties {
    calcCompleted: boolean;
    calcMode: string;
    calcOnSave: boolean;
    concurrentCalc: boolean;
    concurrentManualCount: boolean;
    forceFullCalc: boolean;
    fullCalcOnLoad: boolean;
    fullPrecision: boolean;
    iterate: boolean;
    iterateCount: number;
    iterateDelta: number;
    refMode: string;
}

Properties

calcCompleted: boolean
calcMode: string
calcOnSave: boolean
concurrentCalc: boolean
concurrentManualCount: boolean
forceFullCalc: boolean
fullCalcOnLoad: boolean
fullPrecision: boolean
iterate: boolean
iterateCount: number
iterateDelta: number
refMode: string