IFormatCondition Interface Methods
In This Topic
For a list of all members of this type, see IFormatCondition members.
Public Methods
| Name | Description |
| Delete |
Deletes this conditional format.
|
| FromJson |
Generates the conditional format from the json string.
|
| SetFirstPriority |
Sets the priority value for this conditional formatting rule to "1" so that
it will be evaluated before all other rules on the worksheet.
|
| SetLastPriority |
Sets the evaluation order for this conditional formatting rule so it is evaluated
after all other rules on the worksheet.
|
| ToJson |
Generates a json string from the conditional format.
|
Top
See Also