'Usage Dim instance As LabelAreaCollection Dim index As Integer Dim item As LabelArea instance.Insert(index, item)
Parameters
- index
- Index at which item should be inserted.
- item
- Label area.
'Usage Dim instance As LabelAreaCollection Dim index As Integer Dim item As LabelArea instance.Insert(index, item)
Exception | Description |
---|---|
System.ArgumentNullException | item is a null reference (Nothing in VB). |