ListColumn.SetCustomCalculatedFormula

ListColumn.SetCustomCalculatedFormula method

Sets the formula for this list column.

public void SetCustomCalculatedFormula(string formula, bool isR1C1, bool isLocal)
ParameterTypeDescription
formulaStringthe formula for this list column.
isR1C1BooleanWhether the formula needs to be formatted as R1C1.
isLocalBooleanWhether the formula needs to be formatted by locale.

See Also