[]
Initializes a new instance of the ConditionalFormattingModelEventArgs class.
public ConditionalFormattingModelEventArgs(ConditionalFormatting conditionalFormatting, ConditionalFormattingModelEventType type)
Public Sub New(conditionalFormatting As ConditionalFormatting, type As ConditionalFormattingModelEventType)
Type | Name | Description |
---|---|---|
ConditionalFormatting | conditionalFormatting | The conditional formatting. |
ConditionalFormattingModelEventType | type | The type. |
Initializes a new instance of the ConditionalFormattingModelEventArgs class.
public ConditionalFormattingModelEventArgs(ConditionalFormatting[] conditionalFormattings, ConditionalFormattingModelEventType type)
Public Sub New(conditionalFormattings As ConditionalFormatting(), type As ConditionalFormattingModelEventType)
Type | Name | Description |
---|---|---|
ConditionalFormatting[] | conditionalFormattings | The conditional formatting array. |
ConditionalFormattingModelEventType | type | The type. |
Creates a new Changed event arguments object for the conditional formatting model for the sheet.
public ConditionalFormattingModelEventArgs(int row, int column, int rowCount, int columnCount, ConditionalFormattingModelEventType type)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, type As ConditionalFormattingModelEventType)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
int | rowCount | Number of rows |
int | columnCount | Number of columns |
ConditionalFormattingModelEventType | type | Type of change that occurred in the conditional formatting model |
Creates a new Changed event arguments object for the conditional formatting model for the sheet.
public ConditionalFormattingModelEventArgs(int row, int column, int rowCount, int columnCount, int targetRow, int targetColumn, ConditionalFormattingModelEventType type)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, targetRow As Integer, targetColumn As Integer, type As ConditionalFormattingModelEventType)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
int | rowCount | Number of rows |
int | columnCount | Number of columns |
int | targetRow | Target row index |
int | targetColumn | Target column index |
ConditionalFormattingModelEventType | type | Type of change that occurred in the conditional formatting model |