LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_table_XTable_idl__
21 #define __com_sun_star_table_XTable_idl__
34 module
com { module sun { module star { module table {
53 interface ::com::sun::star::util::XModifiable;
59 interface ::com::sun::star::beans::XPropertySet;
62 interface ::com::sun::star::beans::XFastPropertySet;
long ColumnCount
stores the current column count of this table
Definition: XTable.idl:91
provides methods to control the position of a cell cursor.
Definition: XCellCursor.idl:34
com::sun::star::table::XCellCursor createCursor()
creates a cell cursor including the whole table
provides access to the cells or to sub-ranges of a cell range.
Definition: XCellRange.idl:36
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
long RowCount
stores the current row count of this table
Definition: XTable.idl:87
Definition: XTable.idl:38
Definition: Ambiguous.idl:22
com::sun::star::table::XCellCursor createCursorByRange([in] com::sun::star::table::XCellRange Range)
creates a cell cursor to travel in the given range context.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
provides methods to access the collections of columns and rows of a cell range.
Definition: XColumnRowRange.idl:37