Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.49 KB

Visio.DataRecordset.DataColumns.md

File metadata and controls

41 lines (24 loc) · 1.49 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DataRecordset.DataColumns property (Visio)
vis_sdr.chm16460285
vis_sdr.chm16460285
Visio.DataRecordset.DataColumns
d22c07b9-3c92-fed4-72ed-6676ea64f1bf
06/08/2017
medium

DataRecordset.DataColumns property (Visio)

Returns the DataColumns collection associated with the DataRecordset object. Read-only.

Note

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

Syntax

expression.DataColumns

expression An expression that returns a DataRecordset object.

Return value

DataColumns

Remarks

Every DataRecordset object contains a DataColumns collection of all the DataColumn objects associated with the DataRecordset object. These objects allow you to map data columns to cells in the Shape Data (formerly Custom Properties) section of the Visio ShapeSheet spreadsheet.

Once you get the DataColumns collection, you can use its SetColumnProperties method to set the properties of multiple data columns, or you can get and set the properties of individual data columns by using the DataColumn.GetProperty and DataColumn.SetProperty properties respectively.

[!includeSupport and feedback]