'UsageDim instance As LabelAreaCollection Dim item As LabelArea instance.Add(item)
Parameters
- item
- Label area.
'UsageDim instance As LabelAreaCollection Dim item As LabelArea instance.Add(item)
| Exception | Description |
|---|---|
| System.ArgumentNullException | item is a null reference (Nothing in VB). |