Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IIconCriterion Interface / Value Property


In This Topic
    Value Property (IIconCriterion)
    In This Topic
    Gets or sets the threshold value for an icon in a conditional format.
    Syntax
    'Declaration
     
    
    Property Value As Object
    'Usage
     
    
    Dim instance As IIconCriterion
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    object Value {get; set;}

    Property Value

    The threshold value for an icon in a conditional format.
    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