Name | Description | |
---|---|---|
AutoMax | ||
AutoMin | ||
Average | ||
Max | ||
Min | ||
Stdev | ||
Undefined |
The following tables list the members exposed by CfValue.
Name | Description | |
---|---|---|
GreaterThanOrEquals | Gets a boolean value indicates whether this CfValue will be compared using greater than or equals operator. | |
Value | Gets an GrapeCity.CalcEngine.IReadonlyPrimitiveValue object represent the primitive value of this CfValue. | |
ValueType | Gets the type of this conditional formatting value. |
Name | Description | |
---|---|---|
Equals | Overloaded. Indicates whether the current object is equal to another object of the same type. | |
FromExpression | ||
FromFormula | Create a conditional formatting value using the specified formula. | |
FromPercent | Overloaded. Create a percentage conditional formatting value. | |
FromPercentile | Create a percentile conditional formatting value. | |
FromPrimitiveValue | Overloaded. Create a conditional formatting value using the specified numeric value. | |
GetFormula | Gets the formula text of this CfValue. | |
GetHashCode | Returns a hash code for this instance. | |
IsUndefined | Gets a boolean value indicating whether this CfValue is undefined. | |
ToGreaterThanOnly | Ensures that the CfValue will use greater-than when applying conditional formatting rules. |