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)
Syntax
'Declaration
<GuidAttribute("000C1532-0000-0000-C000-000000000046")> _
Public Interface ODSOColumns _
Inherits _IMsoDispObj
'Usage
Dim instance As ODSOColumns
[GuidAttribute("000C1532-0000-0000-C000-000000000046")]
public interface ODSOColumns : _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.