Table of Contents

Class OdfRangeWriteOptions

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Configures high-level spreadsheet range write operations. 設定高階試算表範圍寫入作業。

public sealed class OdfRangeWriteOptions
Inheritance
OdfRangeWriteOptions
Inherited Members

Constructors

OdfRangeWriteOptions()

public OdfRangeWriteOptions()

Properties

AppendKeyColumn

Gets or sets the column used to detect the append row; null uses the whole used range. 取得或設定用來判斷附加列的欄位;null 表示使用整個已使用範圍。

public int? AppendKeyColumn { get; set; }

Property Value

int?

ClearTrailingCells

Gets or sets whether cells inside the target rectangle but outside short input rows are cleared. 取得或設定是否清除目標矩形中超出短輸入列的儲存格。

public bool ClearTrailingCells { get; set; }

Property Value

bool

Default

Gets a default options instance. 取得預設選項執行個體。

public static OdfRangeWriteOptions Default { get; }

Property Value

OdfRangeWriteOptions

PreserveStyles

Gets or sets whether existing target cell styles are preserved when writing values. 取得或設定寫入值時是否保留既有目標儲存格樣式。

public bool PreserveStyles { get; set; }

Property Value

bool

ShiftFormulas

Gets or sets whether formulas copied from template rows are shifted by row offset. 取得或設定是否依列位移調整從模板列複製的公式。

public bool ShiftFormulas { get; set; }

Property Value

bool