获取或设置指定对象的高度
express.Height
express 一个代表 VSpace 对象的变量。
/*将VSpacer1控件的高度设置为100*/ function func1() { UserForm1.VSpacer1.Height = 100 }