Spread WPF 17
GrapeCity.Excel Namespace / IExcelColor Interface / IsIndexedColor Property


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

    Property Value

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