'Declaration Public Sub Add( _ ByVal item As LegendArea _ )
'Usage Dim instance As LegendAreaCollection Dim item As LegendArea instance.Add(item)
public void Add( LegendArea item )
Parameters
- item
- Legend area.
'Declaration Public Sub Add( _ ByVal item As LegendArea _ )
'Usage Dim instance As LegendAreaCollection Dim item As LegendArea instance.Add(item)
public void Add( LegendArea item )
| Exception | Description |
|---|---|
| System.ArgumentNullException | item is a null reference (Nothing in VB). |