PivotFilter Class

PivotFilter class

Represents a PivotFilter in PivotFilter Collection.


type PivotFilter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetUseWholeDayIndicates whether uses whole days in its filtering criteria.
SetUseWholeDayIndicates whether uses whole days in its filtering criteria.
GetFilterTypeGets the autofilter type of the pivot filter.
GetFieldIndexGets the index of source field which this pivot filter is applied to.
GetTop10ValueGets top 10 setting of the filter.
GetFilterCategoryGets the category of this filter.
GetValue1Gets the string value1 of the label pivot filter.
SetValue1Gets the string value1 of the label pivot filter.
GetValue2Gets the string value2 of the label pivot filter.
SetValue2Gets the string value2 of the label pivot filter.
GetValueFieldIndexGets the index of value field in the value region.
SetValueFieldIndexGets the index of value field in the value region.
GetMeasureCubeFieldIndexSpecifies 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.
GetMemberPropertyFieldIndexGets the member property field index of the pivot filter.
SetMemberPropertyFieldIndexGets the member property field index of the pivot filter.
GetNameGets the name of the pivot filter.
SetNameGets the name of the pivot filter.
GetEvaluationOrderGets the Evaluation Order of the pivot filter.
SetEvaluationOrderGets the Evaluation Order of the pivot filter.