ODSOFilters Interface

Represents all the filters to apply to the data source attached to the mail merge publication.

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

Syntax

'Declaration
<GuidAttribute("000C1534-0000-0000-C000-000000000046")> _
Public Interface ODSOFilters _
    Inherits _IMsoDispObj
'Usage
Dim instance As ODSOFilters
[GuidAttribute("000C1534-0000-0000-C000-000000000046")]
public interface ODSOFilters : _IMsoDispObj

Remarks

The ODSOFilters object is comprised of ODSOFilter objects.

Use the Add method of the ODSOFilters object to add a new filter criterion to the query.

Use the Item method to access an individual filter criterion.

See Also

Reference

ODSOFilters Members

Microsoft.Office.Core Namespace