LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XSheetCellRanges_idl__
21 #define __com_sun_star_sheet_XSheetCellRanges_idl__
28 module
com { module sun { module star { module sheet {
sequence< com::sun::star::table::CellRangeAddress > getRangeAddresses()
creates a sequence with addresses of all contained cell ranges.
used to enumerate objects in a container which contains objects.
Definition: XEnumerationAccess.idl:34
string getRangeAddressesAsString()
creates a string with addresses of all contained cell ranges.
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:40
provides methods to access cell ranges in a collection via index and other helper methods.
Definition: XSheetCellRanges.idl:37
Definition: Ambiguous.idl:22
com::sun::star::container::XEnumerationAccess getCells()
returns the collection of all used cells.