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

interface XSheetFilterableEx
Base Interfaces
XSheetFilterableEx
┗ ::com::sun::star::sheet::XSheetFilterable

::com::sun::star::sheet::XSheetFilterable
(referenced interface's summary:)
represents something that can be filtered using an XSheetFilterDesriptor.
Description
represents something from which criteria for filtering can be read.

In general the current object will be used only to create the descriptor to filter another object, i.e. the advanced filter feature in a spreadsheet.

See also
::com::sun::star::sheet::SheetCellRange
Developers Guide
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