[]
Conditional style applied to cells depending on their value.
public class PivotConditionalFieldStyle : PivotFieldStyle
Name | Description |
---|---|
ConditionType | Gets or sets the condition that determines whether this style should be applied. |
IsEmpty | Gets a value that indicates whether this style is empty. |
Value | Gets or sets the threshold that determines whether this style should be applied. |
Name | Description |
---|---|
AppliesTo(double, double, double) | Determines whether this style should be applied to a given value. |
Clear() | Clears this style. |
LoadAttributes(XmlReader) | Reads the style from an System.Xml.XmlReader. |
SaveAttributes(XmlWriter) | Saves the style properties to an System.Xml.XmlWriter. |