Search
IConditionalFormat Methods
 


 Public Methods

  Name Description

getFirst

Gets the first value of the condition.

getOperator

Gets the comparison operator, for conditional format based on the cell value.

getSecond

Gets the second value of the condition.

getStyle

Gets the style to apply to the cells if the condition is met.

getType

Gets a value indicating whether the conditional format is based on the value of the cell or on the result of an expression.

reset

Resets the format to the default.

setFirst

Sets the first value of the condition.

setOperator

Sets the comparison operator, for conditional format based on the cell value.

setSecond

Sets the second value of the condition.

setType

Sets a value indicating whether the conditional format is based on the value of the cell or on the result of an expression.

 See Also