Parameters
- index
- Zero-based index at which to insert the named style
- style
- Style to insert into the collection
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified index is out of range; must be between 0 and the total number in the collection |
System.ArgumentNullException | No style specified or specified style is null |