interface XSheetCellRanges in module com::sun::star::sheet::

(Global Index)

Syntax

interface XSheetCellRanges : com::sun::star::container::XIndexAccess ;

Description

represents multiple cell ranges.

See also

SheetCellRanges

Method Summary

getCells returns the EnumerationAccess of the cells.

getRangeAddressesAsString returns a string describing the addresses of the cell ranges.

getRangeAddresses returns the addresses of the cell ranges.

Method Details



getCells

Syntax

com::sun::star::container::XEnumerationAccess getCells ();

Description

returns the EnumerationAccess of the cells.

Returns

the EnumerationAccess of the cells.

See also

Cells

getRangeAddressesAsString

Syntax

string getRangeAddressesAsString ();

Description

returns a string describing the addresses of the cell ranges.

The string could have the form "Sheet1.A1:C3;Sheet2.D5:F8".


getRangeAddresses

Syntax

sequence< com::sun::star::table::CellRangeAddress > getRangeAddresses ();

Description

returns the addresses of the cell ranges.

Returns

the addresses.
Top of Page