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. | |
| void | clearContents ([in] long nContentFlags) | 
| unnecessary | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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. |