DataRecordsetChangedEvent.DataColumnsDeleted property (Visio)
After data in a data recordset are refreshed, returns an array of names of data columns deleted from the data recordset as a result of the refresh operation. Read-only.
Note
This Visio object or member is available only to licensed users of Visio Professional 2013.
Syntax
expression.DataColumnsDeleted
expression An expression that returns a DataRecordsetChangedEvent object.
Return value
String()
Remarks
The columns returned by this property have already been deleted. As a result, you can no longer use Visio Automation properties or methods to retrieve the DataColumn objects that represented the columns, nor any information about data formerly in these columns.
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.