ODSOColumn Interface

Represents a field in a data source.

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

Syntax

'Declaration
<GuidAttribute("000C1531-0000-0000-C000-000000000046")> _
Public Interface ODSOColumn _
    Inherits _IMsoDispObj
'Usage
Dim instance As ODSOColumn
[GuidAttribute("000C1531-0000-0000-C000-000000000046")]
public interface ODSOColumn : _IMsoDispObj

Remarks

The ODSOColumn object is a member of the ODSOColumns collection. The ODSOColumns collection includes all the data fields in a mail merge data source (for example, Name, Address, and City).

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

You cannot add fields to the ODSOColumns collection. All data fields in a data source are automatically included in the ODSOColumns collection.

See Also

Reference

ODSOColumn Members

Microsoft.Office.Core Namespace