FormulaEditor.CaretPosition

Syntax

CaretPosition: Number;

Description

The CaretPosition property sets cursor position in the formula editor.

Comments

Use JSON or the setCaretPosition method to set the property value, and the getCaretPosition method to get the property value.

Example

The example of property use is given in description of the FormulaEditor.TermsChanged event.

See also:

FormulaEditor