Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / BuiltInConverters Class / ColorConverter Field


In This Topic
    ColorConverter Field
    In This Topic
    Represents the converter that returns GrapeCity.Spreadsheet.Color object. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ColorConverter As IValueConverter(Of Color)
    'Usage
     
    
    Dim value As IValueConverter(Of Color)
     
    value = BuiltInConverters.ColorConverter
    public static readonly IValueConverter<Color> ColorConverter
    See Also