ODSOColumns Interface

Definition

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

public interface class ODSOColumns : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C1532-0000-0000-C000-000000000046")]
public interface ODSOColumns : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C1532-0000-0000-C000-000000000046")>]
type ODSOColumns = interface
    interface _IMsoDispObj
Public Interface ODSOColumns
Implements _IMsoDispObj
Attributes
Implements

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.

Properties

Application

Returns an Application object that represents the container application for the object.

Count

Returns an Integer indicating the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Parent

Returns the Parent object for the specified object.

Methods

Item(Object)

Returns a member of the specified ODSOColumns collection.

Applies to