DataColumns object (Visio)

The collection of DataColumn objects associated with a DataRecordset object.

Note

This Visio object or member is available only to licensed users of Visio Professional 2013.

Remarks

The default property of the DataColumns collection is Item.

A DataRecordset object can contain only one DataColumns collection. The number of DataColumn objects that can belong to a DataColumns collection is limited only by the number of columns in the data source and the hardware constraints of your computer.

Use the SetColumnProperties method to set multiple properties of the data recordset columns that you specify to the values that you specify. Note that SetColumnProperties can set values of multiple properties for multiple columns, whereas the DataColumn.SetProperty method sets the value of only one property of one column at a time.

Methods

Properties

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.