ConditionalStyleItem Class Members
In This Topic
The following tables list the members exposed by ConditionalStyleItem.
Public Constructors
Public Properties
| Name | Description |
 | CellStyle | Gets or sets a CellStyle that is applied to the Cell when the condition matches. |
 | IgnoreCase | Gets or sets a value that indicates whether the item to match is case insensitive. |
 | Operator | Gets or sets a value that the Cell.Value should match. |
 | Value1 | Gets or sets a value that indicates the first operation value when the operator needs several arguments. |
 | Value2 | Gets or sets a value that indicates the second operation value when the operator needs several arguments. |
Top
Public Methods
See Also