20module 
com {  module sun {  module star {  module sheet {
 
allows to get and set an array of data from a cell range.
Definition XCellRangeData.idl:29
sequence< sequence< any > > getDataArray()
gets an array from the contents of the cell range.
void setDataArray([in] sequence< sequence< any > > aArray)
fills the cell range with values from an array.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20