Spread Silverlight Documentation
Remove(String) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadThemes Class > Remove Method : Remove(String) Method
Name of the theme.
Removes the specified theme from the theme collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal themeName As System.String _
) 
'Usage
 
Dim instance As SpreadThemes
Dim themeName As System.String
 
instance.Remove(themeName)
public void Remove( 
   System.string themeName
)

Parameters

themeName
Name of the theme.
See Also

Reference

SpreadThemes Class
SpreadThemes Members
Overload List