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

(Global Index)

Syntax

interface XSheetFilterableEx : com::sun::star::sheet::XSheetFilterable ;

Description

represents something from which criteria for filtering can be read.

Method Summary

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

Method Details



createFilterDescriptorByObject

Syntax

com::sun::star::sheet::XSheetFilterDescriptor createFilterDescriptorByObject (
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