Parameters
- style
- A CellStyle that is applied to the Cell when the condition matches.
- op
- A ConditionalStyleOperator value that the Cell.Value should match.
Exception | Description |
---|---|
System.ArgumentNullException | The style is a null reference (Nothing in Visual Basic). |
System.ComponentModel.InvalidEnumArgumentException | The specified value of op is not a valid ConditionalStyleOperator value. |