'Declaration Public Function Remove( _ ByVal item As LegendArea _ ) As Boolean
'Usage Dim instance As LegendAreaCollection Dim item As LegendArea Dim value As Boolean value = instance.Remove(item)
public bool Remove( LegendArea item )
Parameters
- item
- Legend area.
Return Value
true if item was successfully removed from the collection; otherwise, false.