Spread WinForms 15
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
See Also