CursorRow
A property to get or set the cursor's row position.
Parameters
RowVal
When setting the cursor row, used to specify the new position.
Returns
The cursor's row position when using the get property.
Example (get)
set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
row = bzhao.CursorRow
MsgBox "The cursor is on row " & row
Example (set)
set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
bzhao.CursorRow = 4