enum FilterConnection in module com::sun::star::sheet::

(Global Index)

Syntax

enum FilterConnection;

Description

used to specify how two conditions in a filter descriptor are connected.

Values Summary

AND both conditions have to be fulfilled.

OR at least one of the conditions has to be fulfilled.

Values Details



AND

Syntax

AND,

Description

both conditions have to be fulfilled.


OR

Syntax

OR,

Description

at least one of the conditions has to be fulfilled.

Top of Page