'Usage Dim instance As AppearanceStyleCollection Dim index As Integer instance.RemoveItem(index)
Parameters
- index
- The zero based index of the element to remove.
'Usage Dim instance As AppearanceStyleCollection Dim index As Integer instance.RemoveItem(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The index is less than 0. -or- |