目錄 / Table of Contents

Enum OdfFormulaSaveStrategy

Namespace
OdfKit.Formula
Assembly
OdfKit.dll

Specifies how spreadsheet formula results are handled while saving. 指定儲存時如何處理試算表公式結果。

public enum OdfFormulaSaveStrategy

Fields

Calculate = 2

Calculates supported formulas transactionally before saving. 儲存前以交易方式計算支援的公式。

MarkForRecalculation = 1

Preserves formulas, clears cached results, and requests recalculation by the consumer. 保留公式、清除快取結果,並要求消費端重新計算。

PreserveCachedValues = 0

Preserves formulas and their cached results without recalculation. 保留公式及其快取結果,不進行重新計算。