OPEN_GRID API - v1.6.1
    Preparing search index...

    Interface FormulaRecalcEvent

    F3 재계산 완료 이벤트(onFormulaRecalc).

    F3 recalc-finished event (onFormulaRecalc).

    F3 再計算完了イベント(onFormulaRecalc)。

    F3 重算完成事件(onFormulaRecalc)。

    interface FormulaRecalcEvent {
        changed: string[];
        cycles: number;
        large: boolean;
        ms: number;
    }
    Index

    Properties

    Properties

    changed: string[]

    값이 바뀐 셀 키 목록.

    Keys of cells whose values changed.

    値が変わったセルキーの一覧。

    值发生变化的单元格键列表。

    cycles: number
    large: boolean

    이번에 다시 계산해야 했던 셀 무리가 임계값(500)을 넘었으면 true. 성능 모니터링·경고용 신호입니다.

    true when the recalculated cell set exceeded the threshold (500) — a signal for perf monitoring/warnings.

    今回再計算する必要があったセルの集まりがしきい値(500)を超えていれば true。性能モニタリング・警告のための信号です。

    本次需要重算的单元格集合超过阈值(500)时为 true。这是用于性能监控、告警的信号。

    ms: number