The current position of the cursor in a line of text.

Property of

Editor 

Description

Use the columnNo property to find the position of the cursor in the current line of text in an Editor window. When the Editor window is empty, columnNo will be 1.

The columnNo property can be used with the lineNo property to identify the character at the cursor by indexing into the contents of the Editor’s value property.

The columnNo property is read-only.