ListColumn.GetCustomCalculatedFormula

ListColumn.GetCustomCalculatedFormula method

Gets the formula of this list column.

public string GetCustomCalculatedFormula(bool isR1C1, bool isLocal)
ParameterTypeDescription
isR1C1BooleanWhether the formula needs to be formatted as R1C1.
isLocalBooleanWhether the formula needs to be formatted by locale.

Return Value

The formula of this list column.

See Also