'Usage Dim instance As NamedStyleCollection Dim index As Integer instance.RemoveAt(index)
Parameters
- index
- Zero-based index of the style to be removed
'Usage Dim instance As NamedStyleCollection 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 |