|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module table {
40 interface ::com::sun::star::util::XModifiable;
46 interface ::com::sun::star::beans::XPropertySet;
49 interface ::com::sun::star::beans::XFastPropertySet;
long ColumnCount
stores the current column count of this table
Definition: XTable.idl:78
provides methods to control the position of a cell cursor.
Definition: XCellCursor.idl:29
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:29
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:39
long RowCount
stores the current row count of this table
Definition: XTable.idl:74
Definition: XTable.idl:25
Definition: Ambiguous.idl:20
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:27
provides methods to access the collections of columns and rows of a cell range.
Definition: XColumnRowRange.idl:30