Spread WPF 17
GrapeCity.Excel Namespace / ExcelColor Class / IsThemeColor Property


In This Topic
    IsThemeColor Property (ExcelColor)
    In This Topic
    Gets a value indicating whether this instance is theme color.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsThemeColor As Boolean
    'Usage
     
    Dim instance As ExcelColor
    Dim value As Boolean
     
    value = instance.IsThemeColor
    public bool IsThemeColor {get;}

    Property Value

    true if this instance is theme color; otherwise, false.
    See Also