SetCustomCalculatedFormula

ListColumn.SetCustomCalculatedFormula method

Legt die Formel für diese Listenspalte fest.

public void SetCustomCalculatedFormula(string formula, bool isR1C1, bool isLocal)
ParameterTypBeschreibung
formulaStringdie Formel für diese Listenspalte.
isR1C1BooleanOb die Formel als R1C1 formatiert werden muss.
isLocalBooleanOb die Formel nach Gebietsschema formatiert werden muss.

Siehe auch