A、List1.List(List1.ListCount)
B、List1.List(List1.ListCount-1)
C、List1.List(ListCount)
D、List1.List(ListCount-1)
第1题:
A. 移去第一项
B. 移去最后一项
C. 程序无操作
D. 程序出错
第2题:
A、ListBox1.Items(ListBox1.Items.Count)
B、ListBox1.Items(ListBox1.Items.Count-1)
C、ListBox1.Text
D、ListBox1.Items(ListBox1.SelectedIndex)
第3题:
A、List1.AddItem3,〝China〞
B、List1.AddItem〝China〞,List1.ListCount-1C、List1.AddItem〝China〞,3
D、List1.AddItem〝China〞,List1.ListCount
第4题:
清除list1列表框对象的内容的语句是list1.cls。
第5题:
如果列表框List1中没有被选定的项目,则执行List1.RemoveItem List1.ListIndex语句的结果是()。
第6题:
假如列表框(List1)有四个数据项,那么把数据项“China”添加到列表框的最后,应使用语句()。
第7题:
将数据项"China"添加到列表框List1中,成为第一项应使用语句()
第8题:
ListBox1.Items[ListBox1.Items.Count]
ListBox1.Items[ListBox1.SelectedIndex]
ListBox1.Items[ListBox1.Items.Count-1]
ListBox1.Items[ListBox1.SelectedIndex-1]
第9题:
List1.AddItem 3, China
List1.AddItem China, List1.List1Count-1
List1.AddItem China, 3
List1.AddItem China, List1.List1Count
第10题:
List1.AddItemChina,0
List1.AddItemChina,1
List1.AddItemChina,
List1.AddItem1,China
第11题:
ListBox1.Items[ListBox1.Items.Count]
ListBox1.Items[ListBox1.SelectedIndex]
ListBox1.Items[ListBox1.Items.Count-1]
ListBox1.Items[ListBox1.SelectedIndex-1]
第12题:
List1.AddItem″Student″,0
List1.AddItem″Student″,1
List1.AddItem 0,″Student″
List1.AddItem 1,″Student″
第13题:
引用列表框(List1)最后一个数据项应使用()。
A、List1.List(Listl1.ListCount)
B、List1.List(Listl.ListCount-1)
C、List1.List(ListCount)
D、Listl.List(ListCounr-1)
第14题:
A、List1.AddItem〞China〞,0
B、List1.AddItem〞China〞,1
C、List1.AddItem0,〞China〞
D、List1.AddItem1,〞China〞
第15题:
假如列表框(List1)有四个数据项,那么把数据项“China”添加到列表框的最后,应使用()语句。
第16题:
设表单form1中有一个单列数据的列表框list1。现要在list1的某个事件过程中引用最后一个列表项,可使用()。
第17题:
执行list1.list(list1.listcount)=“80”会()。
第18题:
假如列表框(List1)有四个数据项,把数据项“数据库原理”添加到列表框的最后,应使用()语句。
第19题:
list1.list(list1.listcount)
form1.list1.list(list1.listcount)
thisform.list(thisform.listcount)
this.list(this.listcount)
第20题:
List1.AddItem3,China
List1.AddItemChina,List1.List1Count-1
List1.AddItemChina,3
List1.AddItemChina
第21题:
1 2 3
4 5 6
1 3 5
1 2 6
第22题:
List1.AddItemChina,0
List1.AddItemChina,1
List1.AddItem0,China
List1.AddItem1,China
第23题:
移去第一项
移去最后一项
移去最后加入列表框中的一项
以上答案都不对