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

(Global Index)

Syntax

interface XSheetOperation : com::sun::star::uno::XInterface ;

Description

represents operations on a cell range or ranges.

See also

SheetCellRanges

Method Summary

computeFunction computes a general function of all cells in the ranges.

clearContents clears selected contents of the range.

Known Services Which Export this Interface

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

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

Method Details



computeFunction

Syntax

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

Description

computes a general function of all cells in the ranges.


clearContents

Syntax

void clearContents (
long nContentFlags );

Description

clears selected contents of the range.

Top of Page