Table of Contents

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

sourceFieldName string

The sort field name from table:source-field-name. / 排序欄位名稱(table:source-field-name)。

ascending bool

Whether sorting is ascending. / 是否升冪排序。

Properties

Ascending

Gets whether sorting is ascending. 取得是否升冪排序。

public bool Ascending { get; }

Property Value

bool

SourceFieldName

Gets the sort field name. 取得排序欄位名稱。

public string SourceFieldName { get; }

Property Value

string