Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ThreeColorScaleConditionalFormattingRule Class / MidValue Property
Example


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
    public ConditionalFormattingColorValue MidValue {get; set;}
    Example
    This example sets the MidValue property.
    See Also