DataRecordsetChangedEvent.DataColumnsDeleted Property
Visio Automation Reference |
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 Microsoft Office Visio Professional 2007. |
Version Information
Version Added: Visio 2007
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.
See Also