Added the optional argument lowbound to the COM server's method Worksheet::GetData():
OODL_PREFIX_METHOD(ODISPID_WKS_GETDATA) HRESULT GetData(
[in, optional] VARIANT nRowStart,
[in, optional] VARIANT nColStart,
[in, optional] VARIANT nRowEnd,
[in, optional] VARIANT nColEnd,
[in, optional] VARIANT format,
[in, optional] VARIANT lowbound,
[out, retval] VARIANT * RHS);