'DeclarationPublic Sub Add( _ ByVal item As LegendArea _ )
'UsageDim instance As LegendAreaCollection Dim item As LegendArea instance.Add(item)
public void Add( LegendArea item )
Parameters
- item
- Legend area.
'DeclarationPublic Sub Add( _ ByVal item As LegendArea _ )
'UsageDim 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). |