MsoFilterConjunction Enumeration

Specifies how a filter criterion relates to other filter criteria.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoFilterConjunction
'Usage
Dim instance As MsoFilterConjunction
public enum MsoFilterConjunction

Members

Member name Description
msoFilterConjunctionAnd And conjunction.
msoFilterConjunctionOr Or conjunction.

Remarks

Used with the Conjunction property of the ODSOFilters object and with the Add method of the MailMergeFilters object.

See Also

Reference

Microsoft.Office.Core Namespace