Share via


OfficeDataSourceObject Interface 

Represents the mail merge data source in a mail merge operation.

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

Usage

Public Class fficeDataSourceObjectImplementation
    Implements OfficeDataSourceObject
End Class
Dim fficeDataSourceObjectImplementation1 As New fficeDataSourceObjectImplementation()

Syntax

Public Interface OfficeDataSourceObject
public interface OfficeDataSourceObject
public interface class OfficeDataSourceObject
public interface OfficeDataSourceObject
public interface OfficeDataSourceObject

Remarks

To work with the OfficeDataSourceObject object, dimension a variable as an OfficeDataSourceObject object. You can then work with the different properties and methods associated with the object.

Use the SetSortOrder method to specify how to sort the records in a data source. Use the Column, Comparison, CompareTo, and Conjunction properties to return or set the data source query criterion.

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

Other Resources

OfficeDataSourceObject Members