Share via


ODSOColumn Interface 

Represents a field in a data source.

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

Usage

Public Class dSOColumnImplementation
    Implements ODSOColumn
End Class
Dim dSOColumnImplementation1 As New dSOColumnImplementation()

Syntax

Public Interface ODSOColumn
    Inherits _IMsoDispObj
public interface ODSOColumn : _IMsoDispObj
public interface class ODSOColumn : public _IMsoDispObj
public interface ODSOColumn implements _IMsoDispObj
public interface ODSOColumn implements _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.

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

ODSOColumn Members