Spread for ASP.NET 12 Product Documentation
MidValue Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ThreeColorScaleConditionalFormattingRule Class : MidValue Property
Gets or sets the middle value. Note: The middle value only accepts the ConditionalFormattingColorValue object which has a Type property value of Number, Percent, Formula, or Pecentile.
Syntax
'Declaration
 
Public Property MidValue As ConditionalFormattingColorValue
'Usage
 
Dim instance As ThreeColorScaleConditionalFormattingRule
Dim value As ConditionalFormattingColorValue
 
instance.MidValue = value
 
value = instance.MidValue
public ConditionalFormattingColorValue MidValue {get; set;}
See Also

Reference

ThreeColorScaleConditionalFormattingRule Class
ThreeColorScaleConditionalFormattingRule Members