Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadThemes Class / Add Method
The added theme.


In This Topic
    Add Method (SpreadThemes)
    In This Topic
    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