Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingColorValue Class / Color Property


In This Topic
    Color Property (ConditionalFormattingColorValue)
    In This Topic
    Gets or sets the color.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Color As Color
    'Usage
     
    
    Dim instance As ConditionalFormattingColorValue
    Dim value As Color
     
    value = instance.Color
    public Color Color {get;}

    Property Value

    The color.
    See Also