Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconCriterion Class / Value Property


In This Topic
    Value Property (IconCriterion)
    In This Topic
    Gets or sets the original scale value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Object
    'Usage
     
    Dim instance As IconCriterion
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}

    Property Value

    The original scale value. The default value is null.
    See Also