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


In This Topic
    MaxValue Property (TwoColorScaleConditionalFormattingRule)
    In This Topic
    Gets 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 Overridable Property MaxValue As ConditionalFormattingColorValue
    'Usage
     
    
    Dim instance As TwoColorScaleConditionalFormattingRule
    Dim value As ConditionalFormattingColorValue
     
    instance.MaxValue = value
     
    value = instance.MaxValue
    public virtual ConditionalFormattingColorValue MaxValue {get; set;}
    Example
    This example sets the MaxValue property.
    See Also