Class OdfPivotOutputStyleOptions
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Configures existing cell styles applied to materialized pivot output. 設定套用至物化樞紐輸出的既有儲存格樣式。
public sealed class OdfPivotOutputStyleOptions
- Inheritance
-
OdfPivotOutputStyleOptions
- Inherited Members
Constructors
OdfPivotOutputStyleOptions()
public OdfPivotOutputStyleOptions()
Properties
DataStyleName
Gets or sets the data cell style name. 取得或設定資料儲存格樣式名稱。
public string? DataStyleName { get; set; }
Property Value
GrandTotalStyleName
Gets or sets the grand-total cell style name. 取得或設定總計儲存格樣式名稱。
public string? GrandTotalStyleName { get; set; }
Property Value
HeaderStyleName
Gets or sets the header cell style name. 取得或設定標題儲存格樣式名稱。
public string? HeaderStyleName { get; set; }