Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingColorValue Class / ConditionalFormattingColorValue Constructor
The color.
The value.
The type. Note: ConditionalFormattingColorValue accepts only Max, Min, Number, Percent, Percentile, and Formula values of ConditionalFormattingValueType.


In This Topic
    ConditionalFormattingColorValue Constructor
    In This Topic
    Initializes a new instance of the ConditionalFormattingColorValue class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color, _
       ByVal value As Object, _
       ByVal type As ConditionalFormattingValueType _
    )
    'Usage
     
    
    Dim color As Color
    Dim value As Object
    Dim type As ConditionalFormattingValueType
     
    Dim instance As New ConditionalFormattingColorValue(color, value, type)
    public ConditionalFormattingColorValue( 
       Color color,
       object value,
       ConditionalFormattingValueType type
    )

    Parameters

    color
    The color.
    value
    The value.
    type
    The type. Note: ConditionalFormattingColorValue accepts only Max, Min, Number, Percent, Percentile, and Formula values of ConditionalFormattingValueType.
    See Also