[]
Executes the conditional format rule for changing the cell's style.
[Obsolete]
public virtual PrePaintResult Execute(object value)
<Obsolete>
Public Overridable Function Execute(value As Object) As PrePaintResult
Type | Name | Description |
---|---|---|
object | value | The value to determine what the result style is. |
Type | Description |
---|---|
PrePaintResult |
Executes the conditional format rule for changing the cell's style.
[Obsolete]
public virtual PrePaintResult Execute(int row, int column, object value)
<Obsolete>
Public Overridable Function Execute(row As Integer, column As Integer, value As Object) As PrePaintResult
Type | Name | Description |
---|---|---|
int | row | The row of the cell |
int | column | The column of the cell |
object | value | The value to determine what the result style is. |
Type | Description |
---|---|
PrePaintResult | The result after executing the rule. |