Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CFColor Class / Color Property


In This Topic
    Color Property (CFColor)
    In This Topic
    Gets the color of this record.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    'Usage
     
    
    Dim instance As CFColor
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    public Color Color {get; set;}
    See Also