ODSOFilter Interface
Represents a filter to be applied to an attached mail merge data source.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Public Class dSOFilterImplementation
Implements ODSOFilter
End Class
Dim dSOFilterImplementation1 As New dSOFilterImplementation()
Syntax
Public Interface ODSOFilter
Inherits _IMsoDispObj
public interface ODSOFilter : _IMsoDispObj
public interface class ODSOFilter : public _IMsoDispObj
public interface ODSOFilter implements _IMsoDispObj
public interface ODSOFilter implements _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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Core Namespace