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


In This Topic
    ColorType Property (IExcelColor)
    In This Topic
    Gets the type of the color.
    Syntax
    'Declaration
     
    ReadOnly Property ColorType As ExcelColorType
    'Usage
     
    Dim instance As IExcelColor
    Dim value As ExcelColorType
     
    value = instance.ColorType
    ExcelColorType ColorType {get;}

    Property Value

    The type of the color.
    See Also