service SheetFilterDescriptor in module com::sun::star::sheet:: |
service SheetFilterDescriptor;
a description of how a cell range is to be filtered.
Exported Interfaces |
represents a description of how to filter cells.
provides information about and access to the properties from an implementation.
Property Summary |
|
IsCaseSensitive | specifies if the case of letters is important when comparing entries. |
SkipDuplicates | specifies if duplicate entries are left out of the result. |
UseRegularExpressions | specifies if the TableFilterField::StringValue strings are interpreted as regular expressions. |
SaveOutputPosition | specifies if the SheetFilterDescriptor::OutputPosition position is saved for future calls. |
Orientation | specifies if columns or rows are filtered. |
ContainsHeader | specifies if the first row (or column) contains headers which should not be filtered. |
CopyOutputData | specifies if the filtered data should be copied to another position in the document. |
OutputPosition | specifies the position where filtered data are to be copied. |
MaxFieldCount | returns the maximum number of filter fields in the descriptor. |
Property Details |
||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.