Class OdsRowWriteOptions
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Configures row start options for WriteStartRow(OdsRowWriteOptions). 設定 WriteStartRow(OdsRowWriteOptions) 的資料列開始選項。
public sealed class OdsRowWriteOptions
- Inheritance
-
OdsRowWriteOptions
- Inherited Members
Remarks
Prefer this options object over multi-optional parameter lists for new call sites. 新呼叫端請優先使用此 options 物件,避免多個尾端可選參數。
Constructors
OdsRowWriteOptions()
public OdsRowWriteOptions()
Properties
Default
Gets the default row write options. 取得預設資料列寫入選項。
public static OdsRowWriteOptions Default { get; }
Property Value
Height
public double? Height { get; set; }
Property Value
StyleName
Gets or sets the table row style name. 取得或設定資料列表格樣式名稱。
public string? StyleName { get; set; }
Property Value
UseOptimalHeight
Gets or sets whether optimal row height is requested. 取得或設定是否要求最佳列高。
public bool UseOptimalHeight { get; set; }