GrapeCity.Xaml.SpreadSheet.Data
Remove(String) Method


GrapeCity.Xaml.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 String _
) 
'Usage
 
Dim instance As SpreadThemes
Dim themeName As String
 
instance.Remove(themeName)
public void Remove( 
   string themeName
)

Parameters

themeName
Name of the theme.
See Also

Reference

SpreadThemes Class
SpreadThemes Members
Overload List