DataColumns Members (Visio)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

The collection of DataColumn objects associated with a DataRecordset object.

Methods

Name

Description

SetColumnProperties

Sets one or more data-column properties for one or more data columns.

Properties

Name

Description

Application

Returns the instance of Microsoft Visio associated with the DataColumns collection. Read-only.

Count

Returns the number of DataColumn objects in the DataColumns collection. Read-only.

DataRecordset

Returns the DataRecordset object that contains the DataColumns collection. Read-only.

Document

Gets the Document object that contains the DataColumns collection. Read-only.

Item

Returns the DataColumn object at the specified index position, or of the specified name, in the DataColumns collection. Read-only.

ObjectType

Returns visObjTypeDataColumns, the type of a DataColumns object. Read-only.

Stat

Returns status information for an object. Read-only.