Ypos
This is the y coordinate of the upper left point of the connection’s window rectangle. The Ypos property is a Long data type and is read/write enabled. However, if the connection to which you are attached is an inplace, embedded object, this property is read-only. The following example shows this property.
' Create an lsxECLWinMetrics object associated with connection A
dim myWMetObj as lsxECLWinMetrics("A")
' Set the Ypos of the connection window
myWMetObj.Ypos = 0