'Usage Dim instance As StyleInfoCollection Dim index As Integer instance.RemoveAt(index)
Parameters
- index
- The zero-based index of the style to be removed.
'Usage Dim instance As StyleInfoCollection Dim index As Integer instance.RemoveAt(index)
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified index is out of range; must be between 0 and the total number in the collection. |