DataRecordsetChangedEvent.DataRowsDeleted Property
Visio Automation Reference |
Returns an array of IDs of data rows deleted from the data recordset as a result of a data-refresh operation. Read-only.
![]() |
---|
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.DataRowsDeleted
expression An expression that returns a DataRecordsetChangedEvent object.
Return Value
Long()
Remarks
The rows returned by this property have already been deleted. As a result, you can no longer retrieve information about data in these rows by calling Visio Automation properties or methods.
See Also