设置并返回出现在列表最顶部位置的项目。
express.TopIndex
express 一个代表 ListBox 对象的变量。
/*将ListBox1的下标为3的选项设置到列表框的顶部*/ function func1() { UserForm1.ListBox1.TopIndex = 3 }