Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: table ::

unpublished interface XTable
Base Interfaces
XTable
┣ ::com::sun::star::lang::XComponentXCellRangeXColumnRowRange
┣ ::com::sun::star::util::XModifiable
┃ ┗ ::com::sun::star::util::XModifyBroadcaster
┣ ::com::sun::star::beans::XPropertySet
┗ ::com::sun::star::beans::XFastPropertySet

::com::sun::star::lang::XComponent
(referenced interface's summary:)
allows to exclicitly free resources and break cyclic references.
XCellRange
(referenced interface's summary:)
provides access to the cells or to sub-ranges of a cell range.
XColumnRowRange
(referenced interface's summary:)
provides methods to access the collections of columns and rows of a cell range.
::com::sun::star::util::XModifiable
Description
interface to make the modify state of the table accessible.

Additionally, it makes it possible to register listener objects, which get notification whenever the content of the table changes.

::com::sun::star::beans::XPropertySet
(referenced interface's summary:)
provides information about and access to the properties from an implementation.
::com::sun::star::beans::XFastPropertySet
(referenced interface's summary:)
provides a fast way of accessing and changing property values.
Usage Restrictions
not published

Methods' Summary
createCursor creates a cell cursor including the whole table  
createCursorByRange creates a cell cursor to travel in the given range context.  
Attributes' Summary
RowCount stores the current row count of this table  
ColumnCount stores the current column count of this table  
Methods' Details
createCursor
XCellCursor
createCursor();

Description
creates a cell cursor including the whole table
See also
CellCursor
createCursorByRange
XCellCursor
createCursorByRange( [in] XCellRange  Range )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a cell cursor to travel in the given range context.
Parameter aRange
the cell range for the cursor.
Throws
::com::sun::star::lang::IllegalArgumentException if the given reference is empty or not a range from this table.
See also
CellCursor
Attributes' Details
RowCount
[ readonly ] long RowCount;
Description
stores the current row count of this table
ColumnCount
[ readonly ] long ColumnCount;
Description
stores the current column count of this table
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.