[]
Create a conditional formatting value using the specified formula.
public static CfValue FromFormula(string formula, CfValueType type = CfValueType.Formula, FormulaEngine engine = null)
Public Shared Function FromFormula(formula As String, Optional type As CfValueType = CfValueType.Formula, Optional engine As FormulaEngine = Nothing) As CfValue
Type | Name | Description |
---|---|---|
string | formula | A string value indicates the formula text. |
CfValueType | type | |
FormulaEngine | engine | The formula engine. |
Type | Description |
---|---|
CfValue | A CfValue value represents the conditional formatting value. |