'Declaration Public Overridable Sub Insert( _ ByVal index As Integer, _ ByVal style As StyleInfo _ )
'Usage Dim instance As StyleInfoCollection Dim index As Integer Dim style As StyleInfo instance.Insert(index, style)
Parameters
- index
- Zero-based index at which to insert the named style.
- style
- Style to insert into the collection.