FormulaEditor.LeftColumnContent

Syntax

LeftColumnContent: Object;

Description

The LeftColumnContent property determines the contents of the left column of formula editor.

Comments

Use JSON or the setLeftColumnContent method to set the property value, and the getLeftColumnContent method to get the property value.

Example

The example of property use is given in the Example of Creating the FormulaEditor Component page.

See also:

FormulaEditor