Spread Silverlight Documentation
Add Method (SpreadThemes)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadThemes Class : Add Method
The added theme.
Adds the specified theme.
Syntax
'Declaration
 
Public Overrides Sub Add( _
   ByVal item As SpreadTheme _
) 
'Usage
 
Dim instance As SpreadThemes
Dim item As SpreadTheme
 
instance.Add(item)
public override void Add( 
   SpreadTheme item
)

Parameters

item
The added theme.
See Also

Reference

SpreadThemes Class
SpreadThemes Members