Spread for ASP.NET 12 Product Documentation
MaxValue Property (ThreeColorScaleConditionalFormattingRule)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ThreeColorScaleConditionalFormattingRule Class : MaxValue Property
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

Reference

ThreeColorScaleConditionalFormattingRule Class
ThreeColorScaleConditionalFormattingRule Members