If an SAP object returns data as a safe array, the object always has the property Data. This property usually returns a two-dimensional safe array with a lower bound index of 1 for each dimension. An example of a Data property would be the entire content of a table or the entire content of a row or column in a table. Single date like the content of a cell in a table is always returned as a Variant. The corresponding property is always called Value. If an object implements a Value property, this property is the default property.