ODSOFilter Interface
Represents a filter to be applied to an attached mail merge data source.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C1533-0000-0000-C000-000000000046")> _
Public Interface ODSOFilter _
Inherits _IMsoDispObj
'Usage
Dim instance As ODSOFilter
[GuidAttribute("000C1533-0000-0000-C000-000000000046")]
public interface ODSOFilter : _IMsoDispObj
Remarks
The ODSOFilter object is a member of the ODSOFilters object.
Each filter is a line in a query string. Use the Column, Comparison, CompareTo, and Conjunction properties to return or set the data source query criterion.
Use the Add method of the ODSOFilters object to add a new filter criterion to the query.