PivotSummaryFilter Members
In This Article
#Properties
Name | Description |
---|---|
Column |
Gets or sets a column field used to identify a detail level to which the filtering is applied. |
Column |
For internal use. |
End |
Gets or sets the maximum summary value to be displayed. |
Is |
Gets whether the filter is inactive. |
Mode | Gets or sets whether summary filtering should be applied to the last detail level or to the specified one. |
Row |
Gets or sets the row field used to identify a detail level to which the filtering is applied. |
Row |
For internal use. |
Start |
Gets or sets the minimum summary value to be displayed. |
Validity | Gets whether the specified value range and detail level are valid. |
#Methods
Name | Description |
---|---|
Apply |
Applies the summary filter with settings copied from the specified Pivot |
Apply |
Applies the summary filter with the specified range of values to be displayed. The filter is applied to cells that belong to the specified detail level. |
Apply |
Applies the summary filter with the specified range of values to be displayed. |
Clear() | Resets the summary filter. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also