JAVA/CORBA CLASSES
Read-only. Indicates whether a column value is based on a simple function or a formula.
Defined in
ViewColumn
Data type
boolean
Syntax
public boolean isFormula() throws NotesException
Legal values
If you specify a column as a formula whose value is the name of a field, the column is considered a field. The formula must contain only the name of the field. For example, "Subject" is a field but "@Trim(Subject)" is a formula.
This property returns false if the column is based on a field value.
Language cross-reference
IsFormula property in LotusScript NotesViewColumn class
Example See Also