Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadThemes Class / Remove Method / Remove(String) Method
Name of the theme.


In This Topic
    Remove(String) Method
    In This Topic
    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