SetConditionalFormat Method (DefaultSheetStyleModel)
In This Topic
Sets a conditional format for a cell in the model with the specified value.
Sets the conditional formatting for a cell in the model.
Overload List
Overload | Description |
SetConditionalFormat(Int32,Int32,NamedStyle,ComparisonOperator,String) | Sets a conditional format for a cell in the model with the specified value. |
SetConditionalFormat(Int32,Int32,ConditionalFormat[]) | Sets conditional format(s) for the cell at the specified row and column. |
SetConditionalFormat(Int32,Int32,NamedStyle,ComparisonOperator,String,String) | Sets a conditional format for a cell in the model with the specified values. |
SetConditionalFormat(Int32,Int32,NamedStyle,ComparisonOperator,Expression,Expression) | Sets a conditional format for a cell in the model with the specified expressions. |
See Also