Cell.GetFormula

Cell.GetFormula method

Get the formula of this cell.

public string GetFormula(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 cell.

See Also