[]
        
Represents the event data for the Changed event of the conditional formatting model for the sheet.
public class ConditionalFormattingModelEventArgs : EventArgsPublic Class ConditionalFormattingModelEventArgs
    Inherits EventArgs| Name | Description | 
|---|---|
| ConditionalFormattingModelEventArgs(ConditionalFormatting, ConditionalFormattingModelEventType) | Initializes a new instance of the ConditionalFormattingModelEventArgs class. | 
| ConditionalFormattingModelEventArgs(ConditionalFormatting, bool) | Initializes a new instance of the ConditionalFormattingModelEventArgs class. | 
| ConditionalFormattingModelEventArgs(int, int, int, int, ConditionalFormattingModelEventType, ICollection<ConditionalFormatting>, ICollection<CellRange>) | Creates a new Changed event arguments object for the conditional formatting model for the sheet. | 
| ConditionalFormattingModelEventArgs(int, int, int, int, int, int, ConditionalFormattingModelEventType, ICollection<ConditionalFormatting>, ICollection<CellRange>) | Creates a new Changed event arguments object for the conditional formatting model for the sheet. | 
| Name | Description | 
|---|---|
| CellRanges | Gets the affected cell ranges. | 
| Column | Gets the column index. | 
| ColumnCount | Gets the number of columns. | 
| ConditionalFormattings | Gets the affected conditional formattings. | 
| IsAffectedLayout | Indicates if the change has affected the conditional formatting layout. | 
| Row | Gets the row index. | 
| RowCount | Gets the number of rows. | 
| TargetColumn | Gets the target column index. | 
| TargetRow | Gets the target row index. | 
| Type | Gets the type of Change event. |