OfficeDataSourceObject Members
Include Protected Members
Include Inherited Members
Represents the mail merge data source in a mail merge operation.
The OfficeDataSourceObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Columns | Returns an ODSOColumns object that represents the fields in a data source. | |
ConnectString | Returns or sets a String that represents the connection to the specified mail merge data source. | |
DataSource | Returns or sets a String that represents the name of the attached data source. | |
Filters | Returns a FileDialogFilters collection. | |
RowCount | Returns an Integer that represents the number of records in the specified data source. | |
Table | Returns a String that represents the name of the table within the data source file that contains the mail merge records. |
Top
Methods
Name | Description | |
---|---|---|
ApplyFilter | Applies a filter to a mail merge data source to filter specified records meeting specified criteria. | |
Move | Moves the focus to a specified row in a mail merge data source. | |
Open | Opens a connection to a mail merge data source. | |
SetSortOrder | Sets the sort order for mail merge data. |
Top