Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ThreeColorScaleConditionalFormattingRule Class / ThreeColorScaleConditionalFormattingRule Constructor / ThreeColorScaleConditionalFormattingRule Constructor(ConditionalFormattingColorValue,ConditionalFormattingColorValue,ConditionalFormattingColorValue,Boolean)
The minimum value. Note: The minimum value only accepts the ConditionalFormattingColorValue object which has a Type value of Min, Number, Percent, Formula, or Pecentile.
The middle value. Note: The middle value only accepts the ConditionalFormattingColorValue object which has a Type value of Number, Percent, Formula, or Pecentile.
The maximum value. Note: The maximum value only accepts the ConditionalFormattingColorValue object which has a Type value of Max, Number, Percent, Formula, or Pecentile.
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false


In This Topic
    ThreeColorScaleConditionalFormattingRule Constructor(ConditionalFormattingColorValue,ConditionalFormattingColorValue,ConditionalFormattingColorValue,Boolean)
    In This Topic
    Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class.
    Syntax
    'Usage
     
    
    Dim minValue As ConditionalFormattingColorValue
    Dim midValue As ConditionalFormattingColorValue
    Dim maxValue As ConditionalFormattingColorValue
    Dim suppressCustomName As Boolean
     
    Dim instance As New ThreeColorScaleConditionalFormattingRule(minValue, midValue, maxValue, suppressCustomName)

    Parameters

    minValue
    The minimum value. Note: The minimum value only accepts the ConditionalFormattingColorValue object which has a Type value of Min, Number, Percent, Formula, or Pecentile.
    midValue
    The middle value. Note: The middle value only accepts the ConditionalFormattingColorValue object which has a Type value of Number, Percent, Formula, or Pecentile.
    maxValue
    The maximum value. Note: The maximum value only accepts the ConditionalFormattingColorValue object which has a Type value of Max, Number, Percent, Formula, or Pecentile.
    suppressCustomName
    true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
    See Also