Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ThreeColorScaleConditionalFormattingRule Class / MidValue Property


In This Topic
MidValue Property
In This Topic
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
See Also