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


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

    Property Value

    The type of the color.
    See Also