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

(Global Index)

Syntax

interface XSheetFilterDescriptor : com::sun::star::uno::XInterface ;

Description

represents a description of how to filter cells.

See also

SheetFilterDescriptor

Method Summary

getFilterFields returns the definitions of the filter fields.

setFilterFields sets the definitions of the filter fields.

Known Services Which Export this Interface

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

Method Details



getFilterFields

Syntax

sequence< com::sun::star::sheet::TableFilterField > getFilterFields ();

Description

returns the definitions of the filter fields.


setFilterFields

Syntax

void setFilterFields (
sequence< com::sun::star::sheet::TableFilterField > aFilterFields );

Description

sets the definitions of the filter fields.

Top of Page