[]
Executes the conditional format rule to change the cell's style.
PrePaintResult Execute(int row, int column, object value)
Function Execute(row As Integer, column As Integer, value As Object) As PrePaintResult
Type | Name | Description |
---|---|---|
int | row | The row of the cell to check. |
int | column | The column of the cell to check. |
object | value | The value to determine what the result style is. |
Type | Description |
---|---|
PrePaintResult | The result after executing the rule. |
Executes the conditional format rule to change the cell's style.
PrePaintResult Execute(object value)
Function Execute(value As Object) As PrePaintResult
Type | Name | Description |
---|---|---|
object | value | The value to determine what the result style is. |
Type | Description |
---|---|
PrePaintResult | The result after executing the rule. |