LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XCellRangesAccess_idl__
21 #define __com_sun_star_sheet_XCellRangesAccess_idl__
30 module
com { module sun { module star { module sheet {
provides methods to access the contents of a cell in a table.
Definition: XCell.idl:35
sequence< com::sun::star::table::XCellRange > getCellRangesByName([in] string aRange)
Returns a sub-range of cells within the range.
provides access to the cells or to sub-ranges of a cell range.
Definition: XCellRange.idl:36
com::sun::star::table::XCellRange getCellRangeByPosition([in] long nLeft, [in] long nTop, [in] long nRight, [in] long nBottom, [in] long nSheet)
Returns a sub-range of cells within the range.
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
provides access to the cells or to sub-ranges of all sheets.
Definition: XCellRangesAccess.idl:38
com::sun::star::table::XCell getCellByPosition([in] long nColumn, [in] long nRow, [in] long nSheet)
Returns a single cell within the range.
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35