Class ConditionalFormatScope
Represents the scope of conditional formatting applied in the PivotTable.
Inheritance
System.Object
ConditionalFormatScope
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ConditionalFormatScope : Enum
Fields
DataFields
Represents that the conditional formatting is applied to the selected data fields.
Declaration
public const ConditionalFormatScope DataFields
Field Value
FieldIntersections
Represents that the conditional formatting is applied to the selected PivotTable field intersections.
Declaration
public const ConditionalFormatScope FieldIntersections
Field Value
Selections
Represents that the conditional formatting is applied to the selected cells.
Declaration
public const ConditionalFormatScope Selections