Show / Hide Table of Contents

Enum PivotConditionFormatRuleType

Namespace: DRIT.Spreadsheet.Pivot
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum PivotConditionFormatRuleType : int

Fields

Name Description
All

Indicates that Top N conditional formatting is evaluated across the entire scope range.

Column

Indicates that Top N conditional formatting is evaluated for each column.

None

Indicates that Top N conditional formatting is not evaluated

Row

Indicates that Top N conditional formatting is evaluated for each row.

Back to top Generated by DocFX