'Declaration Public Overloads Function SetFormulaConditionalFormat( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal style As NamedStyle, _ ByVal formula As String _ ) As Boolean
Parameters
- row
- Row index of the cell
- column
- Column index of the cell
- style
- Style to be applied to the cell if the formula evaluates to true
- formula
- Formula to evaluate for the condition
Return Value
Boolean: true if successful; false otherwise