Enum ConditionValueType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ConditionValueType
Fields
Name | Description |
---|---|
Automatic | Automatic is used |
Formula | Formula is used. |
HighestValue | Highest value from the list of values. |
LowestValue | Lowest value from the list of values. |
None | No conditional value. |
Number | Number is used. |
Percent | Percentage is used. |
Percentile | Percentile is used. |