CursorPosCol
CursorPosCol is the column of the current cursor position in this connection’s presentation space. The CursorPosCol is a Long data type and is read-only. The following example shows this property.
' Create an lsxECLPS object associated with connection A
dim myPSOBj as new lsxECLPS("A")
dim CursorCol as Long
' Get the cursor column location in our presentation space
CusorCol = myPSObj.CursorPosCol