21 module
com { module sun { module star { module sheet {
43 [in]
boolean bMergeRanges );
59 void removeRangeAddress(
73 void addRangeAddresses(
74 [in] sequence<com::sun::star::table::CellRangeAddress> aCellRangeAddresses,
75 [in]
boolean bMergeRanges );
91 void removeRangeAddresses(
92 [in] sequence<com::sun::star::table::CellRangeAddress> aCellRangeAddresses )
Definition: Ambiguous.idl:20
provides methods to access cell ranges in a collection via index and to add and remove cell ranges...
Definition: XSheetCellRangeContainer.idl:29
provides methods to access cell ranges in a collection via index and other helper methods...
Definition: XSheetCellRanges.idl:29
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:26