'Usage Dim instance As StyleInfoCollection Dim style As StyleInfo Dim value As Integer value = instance.Add(style)
Parameters
- style
- The style to add.
Return Value
The number of styles in this collection.
'Usage Dim instance As StyleInfoCollection Dim style As StyleInfo Dim value As Integer value = instance.Add(style)
Exception | Description |
---|---|
System.ArgumentNullException | No style specified, or the specified style is null. |