单项选择题

给程序的空白行选择适当的语句。窗体上有一个命令按钮Command2和一个列表框List1。先选择列表框中的某一个项目,然后单击命令按钮,将该项目从列表框删除。程序如下。
Private Sub Command2_Click()
Dim Ind As Integer
Ind=______
List1.Remove Ind
End Sub

A.List1.Index
B.List1.Listlndex
C.List1, Text
D.List1.ListCount