LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to access cell ranges in a collection via index and other helper methods. More...
import <XSheetCellRanges.idl;
Public Member Functions | |
com::sun::star::container::XEnumerationAccess | getCells () |
returns the collection of all used cells. | |
string | getRangeAddressesAsString () |
creates a string with addresses of all contained cell ranges. | |
sequence< com::sun::star::table::CellRangeAddress > | getRangeAddresses () |
creates a sequence with addresses of all contained cell ranges. | |
![]() | |
long | getCount () |
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
![]() | |
type | getElementType () |
boolean | hasElements () |
![]() | |
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 cell ranges in a collection via index and other helper methods.
com::sun::star::container::XEnumerationAccess getCells | ( | ) |
returns the collection of all used cells.
sequence< com::sun::star::table::CellRangeAddress > getRangeAddresses | ( | ) |
creates a sequence with addresses of all contained cell ranges.
string getRangeAddressesAsString | ( | ) |
creates a string with addresses of all contained cell ranges.
The range addresses are separated with semicolons. For instance the string could have the form "Sheet1.A1:C3;Sheet2.D5:F8".