返回或设置该对象是否可见
express.Visible
express 一个代表 SpinButton 对象的变量。
/*将SpinButton1设置为可见*/ function func1() { UserForm1.SpinButton1.Visible = true }