ODSOColumn Interface

Definition

Represents a field in a data source.

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

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.

Properties

Application

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

Creator

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

Index

Returns an Integer representing the index number for an object in the collection.

Name

Returns the name of the specified object.

Parent

Returns the Parent object for the specified object.

Value

Returns the value of a field in a data source.

Applies to