Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ThreeColorScaleConditionalFormattingRule Class / MaxValue Property


In This Topic
    MaxValue Property (ThreeColorScaleConditionalFormattingRule)
    In This Topic
    Gets or sets the maximum value. Note: The maximum value only accepts the ConditionalFormattingColorValue object which has a Type property value of Max, Number, Percent, Formula, or Pecentile.
    Syntax
    'Declaration
     
    
    Public Overrides Property MaxValue As ConditionalFormattingColorValue
    'Usage
     
    
    Dim instance As ThreeColorScaleConditionalFormattingRule
    Dim value As ConditionalFormattingColorValue
     
    instance.MaxValue = value
     
    value = instance.MaxValue
    public override ConditionalFormattingColorValue MaxValue {get; set;}
    See Also