ViewX - property of the PmgObject object
Description:
Position of X-coordinate of the left upper corner of the
Pmg object relative to the
PmgRoot object.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oObject = pMe.Items("/Txt0");
var nViewX = oObject.ViewX;
Dim oObject
Set oObject = pMe.Items("/Txt0")
Dim nViewX
nViewX = oObject.ViewX