21module
com { module sun { module star { module table {
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
provides access to the cells or to sub-ranges of a cell range.
Definition XCellRange.idl:29
com::sun::star::table::XCellRange getCellRangeByPosition([in] long nLeft, [in] long nTop, [in] long nRight, [in] long nBottom)
Returns a sub-range of cells within the range.
com::sun::star::table::XCell getCellByPosition([in] long nColumn, [in] long nRow)
Returns a single cell within the range.
com::sun::star::table::XCellRange getCellRangeByName([in] string aRange)
Returns a sub-range of cells within the range.
provides methods to access the contents of a cell in a table.
Definition XCell.idl:29
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20