FormatCondition.SetFormula2
FormatCondition.SetFormula2 method
Sets the value or expression associated with this format condition.
public void SetFormula2(string formula, bool isR1C1, bool isLocal)
Parameter | Type | Description |
---|---|---|
formula | String | The value or expression associated with this format condition. If the input value starts with ‘=’, then it will be taken as formula. Otherwise it will be taken as plain value(text, number, bool). For text value that starts with ‘=’, user may input it as formula in format: “="=…"”. |
isR1C1 | Boolean | Whether the formula is R1C1 formula. |
isLocal | Boolean | Whether the formula is locale formatted. |
See Also
- class FormatCondition
- namespace Aspose.Cells
- assembly Aspose.Cells