[]
Gets the compare value.
public double GetComparedValue(ConditionalFormattingValueType cfType, object value)
Public Function GetComparedValue(cfType As ConditionalFormattingValueType, value As Object) As Double
Type | Name | Description |
---|---|---|
ConditionalFormattingValueType | cfType | The conditional formatting value type. |
object | value | The object value . |
Type | Description |
---|---|
double | A double value to compare with the cell's value. |