ConditionalTopNType Enumeration
|
This simple type defines the values for the Top N conditional formatting evaluation for the PivotTable
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ConditionalTopNType
Public Enumeration ConditionalTopNType
public enum class ConditionalTopNType
Members
|
Member name
|
Value
|
Description
|
|
All
|
0
|
Indicates that Top N conditional formatting is evaluated across the entire scope range.
|
|
Column
|
1
|
Indicates that Top N conditional formatting is evaluated for each column.
|
|
None
|
2
|
Indicates that Top N conditional formatting is notevaluated
|
|
Row
|
3
|
Indicates that Top N conditional formatting is not evaluated
|
See Also