[]
Specifies the type of Change event that has occurred for a conditional formatting model for the sheet.
public enum ConditionalFormattingModelEventType
Public Enum ConditionalFormattingModelEventType
| Name | Description |
|---|---|
| Cleared | Indicates that conditional formattings have been cleared |
| ColumnsAdded | Indicates that columns have been added |
| ColumnsRemoved | Indicates that columns have been removed |
| Copied | Indicates that conditional formattings have been copied |
| EffectChanged | Indicates that the effect on the applying cellrange of conditional formatting has been changed. |
| ItemAdded | Indicates that an individual conditional formatting has been added |
| ItemChanged | Indicates that an individual conditional formatting has been changed |
| ItemRemoved | Indicates that an individual conditional formatting has been removed |
| Moved | Indicates that conditional formattings have been moved |
| RowsAdded | Indicates that rows have been added |
| RowsRemoved | Indicates that rows have been removed |
| Swaped | Indicates that conditional formattings have been moved |