单项选择题

设有数组声明语句:
Option Base 1
Dim a(-1 To 2,8)As Long
那么,函数LBound(a,2)的值为()

A.0
B.-1
C.1
D.2