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

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

interface XSheetFilterDescriptor

Base Interface
com::sun::star::uno::XInterface

Description
represents a description of how to filter cells.
See also
com::sun::star::sheet::SheetFilterDescriptor


Known Services which Export this Interface

com::sun::star::sheet::SheetFilterDescriptor a description of how a cell range is to be filtered.

Methods' Summary

getFilterFields returns the definitions of the filter fields.
setFilterFields sets the definitions of the filter fields.

Methods' Details

getFilterFields
 
sequence< com::sun::star::sheet::TableFilterField >
getFilterFields();
Description
returns the definitions of the filter fields.
setFilterFields
 
void
setFilterFields(
[ in ] sequence< com::sun::star::sheet::TableFilterField > aFilterFields );

Description
sets the definitions of the filter fields.

Top of Page