Click or drag to resize

ConditionalFormatScope Enumeration

Reperesents the scope of conditional formatting applied in the PivotTable

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ConditionalFormatScope
Members
Member name Value Description
DataFields 0 Indicates that conditional formatting is applied to the selected data fields.
Intersections 1 Indicates that conditional formatting is applied to the selected PivotTable field intersections.
Selections 2 Indicates that conditional formatting is applied to the selected cells.
See Also