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
sourceFieldNamestringThe filter field name from
table:source-field-name. / 篩選欄位名稱(table:source-field-name)。operatorstringThe comparison operator from
table:operator. / 比較運算子(table:operator)。valuestringThe filter value from
table:value. / 篩選值(table:value)。
Properties
Operator
Gets the comparison operator. 取得比較運算子。
public string Operator { get; }
Property Value
SourceFieldName
Gets the filter field name. 取得篩選欄位名稱。
public string SourceFieldName { get; }
Property Value
Value
Gets the filter value. 取得篩選值。
public string Value { get; }