Formula property

This property returns or sets the formula for this range. The value is the formula that is supported by Lotus Symphony, such as: "=A4+B4".

Defined in

Range

Data type

String

Syntax

public String getFormula()
public void setFormula(String formula)

See examples

Example: Formula property