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

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

interface XSheetFilterableEx

Base Interface
com::sun::star::sheet::XSheetFilterable

Description
represents something from which criteria for filtering can be read.


Known Services which Export this Interface

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

Methods' Summary

createFilterDescriptorByObject creates a filter descriptor for the specified filterable object from the contents of this object.

Methods' Details

createFilterDescriptorByObject
 
com::sun::star::sheet::XSheetFilterDescriptor
createFilterDescriptorByObject(
[ in ] com::sun::star::sheet::XSheetFilterable xObject );

Description
creates a filter descriptor for the specified filterable object from the contents of this object.

Top of Page