CursorPosRow
CursorPosRow is the row of the current cursor position in this connection’s presentation space. The CursorPosRow 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 CursorRow as Long
' Get the row location of the cursor in our presentation space
CursorRow = myPSObj.CursorPosRow