[]
Sets a formula conditional format for the cell at the specified row and column.
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
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 |
Type | Description |
---|---|
bool |