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