获取或设置指定对象的宽度
express.Width
express 一个代表 HSpacer 对象的变量。
/*将HSpacer1的宽度设置为100*/ function func1() { UserForm1.HSpacer1.Width = 100 }