目錄 / Table of Contents

Enum OdsSparseMergeMode

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Specifies how a sparse cell patch changes an existing merged range. 指定稀疏儲存格修補如何變更既有合併範圍。

public enum OdsSparseMergeMode

Fields

Preserve = 0

Preserves an existing merge; spans greater than one retain the legacy behavior of creating a merge. 保留既有合併;大於一的 span 仍維持建立合併的既有行為。

Remove = 2

Removes the merged range anchored at the target cell. 移除以目標儲存格為錨點的合併範圍。

Set = 1

Sets or resizes the merged range to the requested row and column spans. 將合併範圍設定或調整為要求的列與欄 span。