HasFormula property

This property returns whether this range has a formula.

Defined in

Range

Data type

int

Syntax

public int hasFormula()
Legal value
  • Constant.SYMPHONY_BOOL_YES specifies that all cells in this range contain a formula.
  • Constant.SYMPHONY_BOOL_NO specifies that none cells contain a formula.
  • Constant.SYMPHONY_BOOL_MISCELLANEOUS specifies that some cells contain a formula and others do not.

See examples

Example: HasFormula property