OfficeDataSourceObject.Columns Property
Gets an ODSOColumns object that represents the fields in a data source. Read-only.
Syntax
expression.Columns
expression A variable that represents an OfficeDataSourceObject object.
Example
The following example displays the field names in the data source attached to the active publication.
| Visual Basic for Applications |
|---|
|