Syntax
interface XSheetCellRanges : com::sun::star::container::XIndexAccess ;
Description
represents multiple cell ranges.
See also
- SheetCellRanges
-
Method Details
|
|
Syntax
- com::sun::star::container::XEnumerationAccess getCells
();
Description
returns the EnumerationAccess of the cells.
Returns
-
the EnumerationAccess of the cells.
See also
- Cells
-
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".
Syntax
- sequence< com::sun::star::table::CellRangeAddress > getRangeAddresses
();
Description
returns the addresses of the cell ranges.
Returns
-
the addresses.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.