ConditionalStyleItem Constructor(AppearanceStyleInfo,ConditionalStyleOperator,Object,Boolean)
In This Topic
Initializes a new instance of the
ConditionalStyleItem class.
Syntax
Parameters
- style
- A CellStyle that is applied to the Cell when the condition matches.
- op
- A ConditionalStyleOperator value that the Cell.Value should match.
- value1
- A System.Object that indicates the operation value when needs several arguments.
- ignoreCase
- true if the comparison ignores the case; otherwise, false
Exceptions
See Also