Class OdfPivotTableSortFieldInfo
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Represents summary information for a pivot table sort field setting. 表示樞紐分析表一個排序欄位設定的摘要資訊。
public sealed class OdfPivotTableSortFieldInfo
- Inheritance
-
OdfPivotTableSortFieldInfo
- Inherited Members
Constructors
OdfPivotTableSortFieldInfo(string, bool)
Represents summary information for a pivot table sort field setting. 表示樞紐分析表一個排序欄位設定的摘要資訊。
public OdfPivotTableSortFieldInfo(string sourceFieldName, bool ascending)
Parameters
sourceFieldNamestringThe sort field name from
table:source-field-name. / 排序欄位名稱(table:source-field-name)。ascendingboolWhether sorting is ascending. / 是否升冪排序。
Properties
Ascending
Gets whether sorting is ascending. 取得是否升冪排序。
public bool Ascending { get; }
Property Value
SourceFieldName
Gets the sort field name. 取得排序欄位名稱。
public string SourceFieldName { get; }