单项选择题

直接以Dim x(6,2 to 5)来声明一个二维数组,错误的选项是()。

A.Lbound(x,2)的返回值是1
B.Ubound(x,2)的返回值是5
C.Ubound(x,1)的返回值是6
D.Lbound(x,1)的返回值是0