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


In This Topic
    Value Property (IConditionValue)
    In This Topic
    Gets or sets the shortest bar or longest bar threshold value for a data bar conditional format.
    Syntax
    'Declaration
     
    
    ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As IConditionValue
    Dim value As Object
     
    value = instance.Value
    object Value {get;}

    Property Value

    The value of the condition value.
    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