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


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

    Property Value

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