Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultStyleCollection Class / Add Method
Style (NamedStyle object) to add to the collection


In This Topic
Add Method (DefaultStyleCollection)
In This Topic
Not supported; calling this method throws an exception because the collection is read-only.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal value As NamedStyle _
) 
 
'Usage
 
Dim instance As DefaultStyleCollection
Dim value As NamedStyle
 
instance.Add(value)

Parameters

value
Style (NamedStyle object) to add to the collection
See Also