LibreOffice
LibreOffice 25.8 SDK API Reference
|
provides methods to access the collections of columns and rows of a cell range. More...
import "XColumnRowRange.idl";
Public Member Functions | |
com::sun::star::table::XTableColumns | getColumns () |
returns the collection of columns in the range. | |
com::sun::star::table::XTableRows | getRows () |
returns the collection of rows in the range. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
provides methods to access the collections of columns and rows of a cell range.
com::sun::star::table::XTableColumns getColumns | ( | ) |
returns the collection of columns in the range.
com::sun::star::table::XTableRows getRows | ( | ) |
returns the collection of rows in the range.