Removes the first occurrence of a specific object from the collection.
[Visual Basic]
Public Sub Remove( _
ByVal item As LegendItem _
)
[C#]
public void Remove(
LegendItem item
);
LegendItemsCollection Class | LegendItemsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.