Click or drag to resize

PivotLabelFilterType Enumeration

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum PivotLabelFilterType
Members
Member name Value Description
Equal 0
NotEqual 1
GreaterThan 2
GreaterThanOrEqual 3
LessThan 4
LessThanOrEqual 5
BeginWith 6
NotBeginWith 7
EndWith 8
NotEndWith 9
Contain 10
NotContain 11
Between 12
NotBetween 13
See Also