Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / Type Property


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

    Property Value

    A ColorType value represents the type of color.
    See Also