LibreOffice
LibreOffice 24.2 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. More... | |
com::sun::star::table::XTableRows | getRows () |
returns the collection of rows in the range. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.