[]
        
(Showing Draft Content)

FarPoint.Web.Spread.TwoColorScaleConditionalFormattingRule.Execute

Execute Method

Execute(int, int, object)

Executes the conditional format rule to change the cell's style.

Declaration
public override PrePaintResult Execute(int row, int column, object value)
Public Overrides Function Execute(row As Integer, column As Integer, value As Object) As PrePaintResult
Parameters
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.

Returns
Type Description
PrePaintResult

The result after executing the rule.

Overrides