Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / WorkbookThemeColors Class / Item Property
The ThemeColorType that will be used to retrieve the WorbookThemeColor.


In This Topic
    Item Property (WorkbookThemeColors)
    In This Topic
    Gets the WorkbookThemeColor associated with a specific ThemeColorType.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal themeColorType As ThemeColorType _
    ) As WorkbookThemeColor
    'Usage
     
    
    Dim instance As WorkbookThemeColors
    Dim themeColorType As ThemeColorType
    Dim value As WorkbookThemeColor
     
    value = instance.Item(themeColorType)

    Parameters

    themeColorType
    The ThemeColorType that will be used to retrieve the WorbookThemeColor.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also