Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IColorFormat Interface / Type Property


In This Topic
    Type Property (IColorFormat)
    In This Topic
    Returns GrapeCity.Spreadsheet.ColorType value that represents the color format type.
    Syntax
    'Declaration
     
    
    ReadOnly Property Type As ColorType
    'Usage
     
    
    Dim instance As IColorFormat
    Dim value As ColorType
     
    value = instance.Type
    ColorType Type {get;}

    Property Value

    The GrapeCity.Core.ColorType value that represents the color format type.
    See Also