[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IConditionalFormatSupport.SetFormulaConditionalFormat

SetFormulaConditionalFormat Method

SetFormulaConditionalFormat(int, int, NamedStyle, string)

Sets a formula conditional format for the cell at the specified row and column.

Declaration
bool SetFormulaConditionalFormat(int row, int column, NamedStyle style, string formula)
Function SetFormulaConditionalFormat(row As Integer, column As Integer, style As NamedStyle, formula As String) As Boolean
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

NamedStyle style

Style to be applied to the cell if the formula evaluates to true

string formula

Formula for the condition

Returns
Type Description
bool