Validation.SetFormula2

Validation.SetFormula2 method

Sets the value or expression associated with this validation.

public void SetFormula2(string formula, bool isR1C1, bool isLocal)
ParameterTypeDescription
formulaStringThe value or expression associated with this format condition.
isR1C1BooleanWhether the formula is R1C1 formula.
isLocalBooleanWhether the formula is locale formatted.

See Also