Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MultiColorScaleConditionalFormattingRule Class / MultiColorScaleConditionalFormattingRule Constructor / MultiColorScaleConditionalFormattingRule Constructor(ConditionalFormattingColorValue,ConditionalFormattingColorValue,Boolean)
The minimum value.
The maximum value.
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false


In This Topic
    MultiColorScaleConditionalFormattingRule Constructor(ConditionalFormattingColorValue,ConditionalFormattingColorValue,Boolean)
    In This Topic
    Initializes a new instance of the MultiColorScaleConditionalFormattingRule class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal minValue As ConditionalFormattingColorValue, _
       ByVal maxValue As ConditionalFormattingColorValue, _
       ByVal suppressCustomName As Boolean _
    )
    'Usage
     
    
    Dim minValue As ConditionalFormattingColorValue
    Dim maxValue As ConditionalFormattingColorValue
    Dim suppressCustomName As Boolean
     
    Dim instance As New MultiColorScaleConditionalFormattingRule(minValue, maxValue, suppressCustomName)

    Parameters

    minValue
    The minimum value.
    maxValue
    The maximum value.
    suppressCustomName
    true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
    See Also