'Declaration Public Sub Add( _ ByVal value As NamedStyle _ )
'Usage Dim instance As DefaultStyleCollection Dim value As NamedStyle instance.Add(value)
public void Add( NamedStyle value )
Parameters
- value
- Style (NamedStyle object) to add to the collection