'Usage Dim instance As StyleInfoCollection Dim index As Integer Dim value As StyleInfo instance.Item(index) = value value = instance.Item(index)
Parameters
- index
- The style index.
'Usage Dim instance As StyleInfoCollection Dim index As Integer Dim value As StyleInfo instance.Item(index) = value value = instance.Item(index)
Exception | Description |
---|---|
System.IndexOutOfRangeException | The specified index is not valid. |
System.ArgumentNullException | No value specified; cannot set a member to null. |