Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TwoColorScaleConditionalFormattingRule Class / TwoColorScaleConditionalFormattingRule Constructor / TwoColorScaleConditionalFormattingRule Constructor(Color,Color,Boolean)
Color of the minimum value.
Color of the maximum value.
true indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false


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

    Parameters

    minColor
    Color of the minimum value.
    maxColor
    Color of the maximum value.
    suppressCustomName
    true indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
    See Also