21module
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;
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:39
provides methods to control the position of a cell cursor.
Definition: XCellCursor.idl:29
provides access to the cells or to sub-ranges of a cell range.
Definition: XCellRange.idl:29
provides methods to access the collections of columns and rows of a cell range.
Definition: XColumnRowRange.idl:30
Definition: XTable.idl:25
long ColumnCount
stores the current column count of this table
Definition: XTable.idl:78
com::sun::star::table::XCellCursor createCursorByRange([in] com::sun::star::table::XCellRange Range)
creates a cell cursor to travel in the given range context.
long RowCount
stores the current row count of this table
Definition: XTable.idl:74
com::sun::star::table::XCellCursor createCursor()
creates a cell cursor including the whole table
Definition: Ambiguous.idl:20