Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Themes Class / Item Property
The theme name
In This Topic
    Item Property (Themes)
    In This Topic
    Gets the theme using the given name.
    Syntax
    public ITheme this[ 
       System.string name
    ]; {get;}

    Parameters

    name
    The theme name

    Property Value

    Returns ITheme
    See Also