ODSOFilters Interface

Definition

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

public interface class ODSOFilters : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C1534-0000-0000-C000-000000000046")]
public interface ODSOFilters : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C1534-0000-0000-C000-000000000046")>]
type ODSOFilters = interface
    interface _IMsoDispObj
Public Interface ODSOFilters
Implements _IMsoDispObj
Attributes
Implements

Remarks

The ODSOFilters object is comprised of ODSOFilter objects.

Use the Add(String, MsoFilterComparison, MsoFilterConjunction, String, Boolean) method of the ODSOFilters object to add a new filter criterion to the query.

Use the Item(Int32) method to access an individual filter criterion.

Properties

Application

Returns an Application object that represents the container application for the object.

Count

Returns an Integer indicating the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Parent

Returns the Parent object for the specified object.

Methods

Add(String, MsoFilterComparison, MsoFilterConjunction, String, Boolean)

Adds a new filter to the ODSOFilters collection.

Delete(Int32, Boolean)

Deletes a filter object from the ODSOFilters collection.

Item(Int32)

Returns a member of the specified ODSOFilters collection.

Applies to