Search
FlowChart.DeleteItem Method
See Also
 



Deletes a diagram item.

 Syntax

VB6  Copy Code

Public Sub DeleteItem( _
    ByVal pItem As Object _
)

C++  Copy Code

public:
void DeleteItem (
    IDispatch* pItem
)

 Parameters

pItem
A reference to the item to be deleted - box, table or arrow.

 Remarks

Removes an item from the current document. You can use the method to delete arrows, boxes and tables.

 See Also