Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TwoColorScaleConditionalFormattingRule Class / MinValue Property
Example


In This Topic
    MinValue Property (TwoColorScaleConditionalFormattingRule)
    In This Topic
    Gets or sets the minimum value. Note: The minimum value only accepts the ConditionalFormattingColorValue object which has a Type property value of Min, Number, Percent, Formula, or Pecentile.
    Syntax
    'Declaration
     
    
    Public Overridable Property MinValue As ConditionalFormattingColorValue
    'Usage
     
    
    Dim instance As TwoColorScaleConditionalFormattingRule
    Dim value As ConditionalFormattingColorValue
     
    instance.MinValue = value
     
    value = instance.MinValue
    public virtual ConditionalFormattingColorValue MinValue {get; set;}
    Example
    This example sets the MinValue property.
    See Also