PivotFilter Class
Contents
[
Hide
]PivotFilter class
Represents a PivotFilter in PivotFilter Collection.
type PivotFilter struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetUseWholeDay | Indicates whether uses whole days in its filtering criteria. |
SetUseWholeDay | Indicates whether uses whole days in its filtering criteria. |
GetFilterType | Gets the autofilter type of the pivot filter. |
GetFieldIndex | Gets the index of source field which this pivot filter is applied to. |
GetTop10Value | Gets top 10 setting of the filter. |
GetFilterCategory | Gets the category of this filter. |
GetValue1 | Gets the string value1 of the label pivot filter. |
SetValue1 | Gets the string value1 of the label pivot filter. |
GetValue2 | Gets the string value2 of the label pivot filter. |
SetValue2 | Gets the string value2 of the label pivot filter. |
GetValueFieldIndex | Gets the index of value field in the value region. |
SetValueFieldIndex | Gets the index of value field in the value region. |
GetMeasureCubeFieldIndex | Specifies the index of the measure cube field.this property is used only by filters in OLAP pivots and specifies on which measure a value filter should apply. |
GetMemberPropertyFieldIndex | Gets the member property field index of the pivot filter. |
SetMemberPropertyFieldIndex | Gets the member property field index of the pivot filter. |
GetName | Gets the name of the pivot filter. |
SetName | Gets the name of the pivot filter. |
GetEvaluationOrder | Gets the Evaluation Order of the pivot filter. |
SetEvaluationOrder | Gets the Evaluation Order of the pivot filter. |