DataColumn Object Members
Visio Automation Reference |
Allows custom mapping of the properties of a column of a data recordset to Microsoft Office Visio ShapeSheet spreadsheet cells.
Methods
Name | Description | |
---|---|---|
![]() |
GetProperty | Gets the value of the specified data-column property. |
![]() |
SetProperty | Sets the value of the specified data-column property. |
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns the instance of Microsoft Office Visio that is associated with a DataColumn object. Read-only. |
![]() |
DataRecordset | Returns the DataRecordset object that contains the data column in its DataColumns collection. Read-only. |
![]() |
DisplayName | Specifies the name that appears for the data column on the tab of the parent data recordset in the External Data window in the Microsoft Office Visio user interface. Read/write. |
![]() |
Document | Gets the Document object that contains the DataColumn object. Read-only. |
![]() |
Hyperlink | Gets or sets whether the data column creates a hyperlink in a shape when the shape is linked to data. Read/write. |
![]() |
Name | Gets the unique name of the data column in its parent data recordset. Read-only. |
![]() |
ObjectType | Returns visObjTypeDataColumn, the type of a DataColumn object. Read-only. |
![]() |
Stat | Returns status information for an object. Read-only. |
![]() |
Visible | Specifies whether the data column appears on the tab for its parent data recordset in the External Data window in the Microsoft Office Visio user interface. Read/write. |