引用列表框(ListBox1)最后一个数据项应使用( )
ListBox1. Items (ListBox1.Items.Count -1)
举一反三
- 引用ListBox(列表框)最后一个数据项应使用()语句
- 中国大学MOOC: 引用列表框 ListBox1 最后一个数据项应使用代码_________。
- 引用列表框 ListBox1 最后一个数据项应使用代码_________。 A: ListBox1.Items(Listbox1.Items.Count - 1) B: ListBox1.Items(Listbox1.Items.Count) C: ListBox1.Items(Count - 1) D: ListBox1.Items.Count
- 引用列表框(ListBox1)最后一个数据项应使用( ) A: ListBox1. Items (ListBox1.Items.Count) B: ListBox1. Items (ListBox1.Items.Count -1) C: ListBox1.Text D: ListBox1. Items (ListBox1.SelectedIndex)
- 引用列表框List1最后一个数据项,应使用( )语句。
内容
- 0
引用ListBox(列表框)当前被选中的数据项应使用语句是
- 1
引用列表框List1 最后一个数据项应使用代码_________。? List1.List(ListCount - 1)|List1.List(ListCount)|List1.List(List1.ListCount)|List1.List(List1.ListCount - 1)
- 2
中国大学MOOC: 引用组合框ComboBox1 最后一个数据项应使用代码_________。
- 3
引用组合框ComboBox1 最后一个数据项应使用代码_________。 A: ComboBox1.Items(ComboBox1.Items.Count - 1) B: ComboBox1.Items(ComboBox1.Items.Count) C: ComboBox1.Items(Count) D: ComboBox1.Items(Count - 1) E: ComboBox1.Items(ComboBox1.Items.Count.Last)
- 4
引用组合框ComboBox1 最后一个数据项应使用代码_________。 A: ComboBox1.Items(ComboBox1.Items.Count - 1) B: ComboBox1.Items(ComboBox1.Items.Count) C: ComboBox1.Items(Count) D: ComboBox1.Items(Count - 1) E: ComboBox1.Items(ComboBox1.Items.Count.Last)