20 #ifndef __com_sun_star_sheet_XSheetCellRangeContainer_idl__ 21 #define __com_sun_star_sheet_XSheetCellRangeContainer_idl__ 28 module
com { module sun { module star { module sheet {
50 [in]
boolean bMergeRanges );
64 void removeRangeAddress(
78 void addRangeAddresses(
79 [in] sequence<com::sun::star::table::CellRangeAddress> aCellRangeAddresses,
80 [in]
boolean bMergeRanges );
94 void removeRangeAddresses(
95 [in] sequence<com::sun::star::table::CellRangeAddress> aCellRangeAddresses )
Definition: Ambiguous.idl:22
provides methods to access cell ranges in a collection via index and to add and remove cell ranges.
Definition: XSheetCellRangeContainer.idl:36
provides methods to access cell ranges in a collection via index and other helper methods.
Definition: XSheetCellRanges.idl:36
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:34
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:29