ODSOColumns interface

A collection of ODSOColumn objects that represent the data fields in a mail merge data source.

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

No code example is currently available or this language may not be supported.

Use the Columns property to return the ODSOColumns collection.

Use ODSOColumns(index), where index is the data field name or the index number, to return a single ODSOColumn object. The index number represents the position of the data field in the mail merge data source.

Show: