Table of Contents

Class OdfPivotTableFilterConditionInfo

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Represents summary information for a pivot table filter condition. 表示樞紐分析表一個篩選條件的摘要資訊。

public sealed class OdfPivotTableFilterConditionInfo
Inheritance
OdfPivotTableFilterConditionInfo
Inherited Members

Constructors

OdfPivotTableFilterConditionInfo(string, string, string)

Represents summary information for a pivot table filter condition. 表示樞紐分析表一個篩選條件的摘要資訊。

public OdfPivotTableFilterConditionInfo(string sourceFieldName, string @operator, string value)

Parameters

sourceFieldName string

The filter field name from table:source-field-name. / 篩選欄位名稱(table:source-field-name)。

operator string

The comparison operator from table:operator. / 比較運算子(table:operator)。

value string

The filter value from table:value. / 篩選值(table:value)。

Properties

Operator

Gets the comparison operator. 取得比較運算子。

public string Operator { get; }

Property Value

string

SourceFieldName

Gets the filter field name. 取得篩選欄位名稱。

public string SourceFieldName { get; }

Property Value

string

Value

Gets the filter value. 取得篩選值。

public string Value { get; }

Property Value

string