19#ifndef __com_sun_star_sheet_XCellRangeData_idl__
20#define __com_sun_star_sheet_XCellRangeData_idl__
24module
com { module sun { module star { module sheet {
allows to get and set an array of data from a cell range.
Definition XCellRangeData.idl:33
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:48
Definition Ambiguous.idl:22