PivotValueFilterType Enumeration
|
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum PivotValueFilterType
Public Enumeration PivotValueFilterType
public enum class PivotValueFilterType
type PivotValueFilterType
Members
|
Member name
|
Value
|
Description
|
|
Equal
|
0
|
|
|
NotEqual
|
1
|
|
|
GreaterThan
|
2
|
|
|
GreaterThanOrEqual
|
3
|
|
|
LessThan
|
4
|
|
|
LessThanOrEqual
|
5
|
|
|
Between
|
6
|
|
|
NotBetween
|
7
|
|
See Also