Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadThemes Class / Item Property / Item(String) Property


In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the SpreadTheme with the specified theme name.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal themeName As String _
    ) As SpreadTheme
    'Usage
     
    Dim instance As SpreadThemes
    Dim themeName As String
    Dim value As SpreadTheme
     
    instance.Item(themeName) = value
     
    value = instance.Item(themeName)
    public SpreadTheme Item( 
       string themeName
    ) {get; set;}

    Parameters

    themeName
    See Also