Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ThreeColorScaleConditionalFormattingRule Class / ThreeColorScaleConditionalFormattingRule Constructor / ThreeColorScaleConditionalFormattingRule Constructor(Color,Color,Color)
Color of the minimum value.
Color of the middle value.
Color of the maximum value.
Example


In This Topic
    ThreeColorScaleConditionalFormattingRule Constructor(Color,Color,Color)
    In This Topic
    Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal minColor As Color, _
       ByVal midColor As Color, _
       ByVal maxColor As Color _
    )
    'Usage
     
    
    Dim minColor As Color
    Dim midColor As Color
    Dim maxColor As Color
     
    Dim instance As New ThreeColorScaleConditionalFormattingRule(minColor, midColor, maxColor)
    public ThreeColorScaleConditionalFormattingRule( 
       Color minColor,
       Color midColor,
       Color maxColor
    )

    Parameters

    minColor
    Color of the minimum value.
    midColor
    Color of the middle value.
    maxColor
    Color of the maximum value.
    Example
    This example creates a rule.
    See Also