LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to execute operations on a cell range or ranges. More...
import"XSheetOperation.idl";
Public Member Functions | |
double | computeFunction ([in] com::sun::star::sheet::GeneralFunction nFunction) raises ( com::sun::star::uno::Exception ) |
computes a general function based on all cells in the current cell range(s), excluding values from filtered and hidden rows and hidden columns as done for the status bar. More... | |
void | clearContents ([in] long nContentFlags) |
unnecessary More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides methods to execute operations on a cell range or ranges.
void clearContents | ( | [in] long | nContentFlags | ) |
unnecessary
clears the specified contents of the current cell range(s).
nContentFlags | a combination of CellFlags flags selecting the contents to be deleted. |
double computeFunction | ( | [in] com::sun::star::sheet::GeneralFunction | nFunction | ) | |
raises | ( | com::sun::star::uno::Exception | |||
) |
computes a general function based on all cells in the current cell range(s), excluding values from filtered and hidden rows and hidden columns as done for the status bar.
nFunction | is the function used to compute the result. |