[]
Represents the event data for the Changed event of the conditional formatting model for the sheet.
public class ConditionalFormattingModelEventArgs : EventArgs
Public Class ConditionalFormattingModelEventArgs
Inherits EventArgs
Name | Description |
---|---|
ConditionalFormattingModelEventArgs(ConditionalFormatting, ConditionalFormattingModelEventType) | Initializes a new instance of the ConditionalFormattingModelEventArgs class. |
ConditionalFormattingModelEventArgs(ConditionalFormatting[], ConditionalFormattingModelEventType) | Initializes a new instance of the ConditionalFormattingModelEventArgs class. |
ConditionalFormattingModelEventArgs(int, int, int, int, ConditionalFormattingModelEventType) | Creates a new Changed event arguments object for the conditional formatting model for the sheet. |
ConditionalFormattingModelEventArgs(int, int, int, int, int, int, ConditionalFormattingModelEventType) | Creates a new Changed event arguments object for the conditional formatting model for the sheet. |
Name | Description |
---|---|
Column | Gets the column index. |
ColumnCount | Gets the number of columns. |
ConditionalFormattings | Gets the conditional formatting. |
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. |