Share via


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)

Usage

Public Class dSOColumnsImplementation
    Implements ODSOColumns
End Class
Dim dSOColumnsImplementation1 As New dSOColumnsImplementation()

Syntax

Public Interface ODSOColumns
    Inherits _IMsoDispObj
public interface ODSOColumns : _IMsoDispObj
public interface class ODSOColumns : public _IMsoDispObj
public interface ODSOColumns implements _IMsoDispObj
public interface ODSOColumns implements _IMsoDispObj

Remarks

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.

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

ODSOColumns Members