LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XCellRangeData Interface Referencepublished

allows to get and set an array of data from a cell range. More...

import"XCellRangeData.idl";

Inheritance diagram for XCellRangeData:
XInterface SheetCellRange CellRange TextTable SheetCellCursor Spreadsheet Paragraph

Public Member Functions

sequence< sequence< any > > getDataArray ()
 gets an array from the contents of the cell range. More...
 
void setDataArray ([in] sequence< sequence< any > > aArray)
 fills the cell range with values from an array. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

allows to get and set an array of data from a cell range.

The outer sequence represents the rows and the inner sequence the columns of the array.

Developers Guide
Spreadsheet Documents - Data Array

Member Function Documentation

◆ getDataArray()

sequence< sequence< any > > getDataArray ( )

gets an array from the contents of the cell range.

Each element of the result contains a double or a string.

◆ setDataArray()

void setDataArray ( [in] sequence< sequence< any > >  aArray)

fills the cell range with values from an array.

The size of the array must be the same as the size of the cell range. Each element of the array must contain a double or a string.

Exceptions
com::sun::star::uno::RuntimeExceptionIf the size of the array is different from the current size.

The documentation for this interface was generated from the following file: