FormatConditionIntersectionLevelMode Type
In This Article
Lists values used to specify the level on which to apply conditional formatting to pivot cells.
#Declaration
TypeScript
export type FormatConditionIntersectionLevelMode = "Auto" | "FirstLevel" | "LastLevel" | "AllLevels" | "SpecificLevel"
#Members
Name | Description |
---|---|
"Auto" | The default level. |
"First |
First level values are used to apply conditional formatting. |
"Last |
The last level values are used to apply conditional formatting. |
"All |
All pivot cells is used to apply conditional formatting. |
"Specific |
Values from the specific level are used to apply conditional formatting. |
#Remarks
Values listed in this type alias are used to set the PivotItemFormatRule.intersectionLevelMode property.