JAVA/CORBA CLASSES
Read-only. The formula for a column that is based on a simple function or a formula.
Defined in
ViewColumn
Data type
String
Syntax
public String getFormula() throws NotesException
Usage
If the column is based on a formula, this property returns the formula.
If the column is based on a simple function, this property returns the formula equivalent. For example, if the column is the simple function "Creation Date," this property returns "@Created."
If the column is based on a field, this property returns an empty string.
Language cross-reference
Formula property in LotusScript NotesViewColumn class
Example See Also