Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColorScaleCriterion Interface / Value Property


In This Topic
    Value Property (IColorScaleCriterion)
    In This Topic
    Gets or sets the minimum, midpoint, or maximum threshold value for a color scale conditional format.
    Syntax
    'Declaration
     
    
    Property Value As Object
    'Usage
     
    
    Dim instance As IColorScaleCriterion
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    object Value {get; set;}
    Remarks
    A string value represents the formula of the color scale criterion.

    An GrapeCity.CalcEngine.IReadonlyPrimitiveValue object represents the primitive value of the color scale criterion.

    See Also