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