Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sheet ::

interface XSheetOperation

Base Interface
com::sun::star::uno::XInterface

Description
represents operations on a cell range or ranges.
See also
com::sun::star::sheet::SheetCellRanges


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.
com::sun::star::sheet::SheetCellRanges represents a collection of cell ranges in a spreadsheet document.

Methods' Summary

computeFunction computes a general function of all cells in the ranges.
clearContents clears selected contents of the range.

Methods' Details

computeFunction
 
double
computeFunction(
[ in ] com::sun::star::sheet::GeneralFunction nFunction )
raises ( com::sun::star::uno::Exception );

Description
computes a general function of all cells in the ranges.
clearContents
 
void
clearContents(
[ in ] long nContentFlags );

Description
clears selected contents of the range.

Top of Page